forked from unitoo/configurations
8 lines
127 B
Text
8 lines
127 B
Text
|
## YOUR CONFIG HERE
|
||
|
|
||
|
<IfModule alias_module>
|
||
|
## OTHER CONFIG HERE
|
||
|
|
||
|
Alias "/maintenance" "/var/www/maintenance"
|
||
|
</IfModule>
|