don't rely on %%myip%% for vhost, make it port-based
This commit is contained in:
parent
bbd913e6e6
commit
5ed64df519
|
@ -17,7 +17,7 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
|
|||
Allow from %%monitor_ip%%
|
||||
</Location>
|
||||
|
||||
<VirtualHost %%myip%%:80>
|
||||
<VirtualHost *:80>
|
||||
# ***ALTERNC_ALIASES***
|
||||
Alias /icons/ /usr/share/apache/icons/
|
||||
|
||||
|
|
Loading…
Reference in New Issue