Changes

From Amahi Wiki
Jump to: navigation, search
32 bytes removed ,  01:59, 23 June 2020
* Create web app named '''tonido'''
* [[Open Terminal as root|As '''root''' user]] do the following:
{{Code| ll /etc/httpd/conf.d}}
* Edit the file below based on the previous command:
{{Code| vi /etc/httpd/conf.d/<nowiki>####</nowiki>-tonido.conf}}
* Add this after the ServerAlias line and save:
{{Text| RedirectPermanent / http://localhost:10001}}
* Restart the web server:
{{Code| service httpd restart}}
* You can now access it via http://tonido
[[Category: apps]]
12,424

edits