Changes

From Amahi Wiki
Jump to: navigation, search
28 bytes added ,  23:58, 13 February 2011
no edit summary
}}
Find your app .conf file. It will look like 10##-yourwebappname.conf
{{Code| Code=nano /etc/httpd/conf.d/10##-'''yourwebappname'''.conf}}
Your conf file should look something like this at the top of the page:
{{Text|
<VirtualHost *:80>
ServerName app
ServerAlias app.YourDomain.lan
}}
Add this (immediately after the ServerName directive):
{{Text|
ServerAlias username.yourhda.com
}}
So it looks like this:
287

edits