dot-files/apache/etc/httpd/conf/httpd-maintenance.apacheconf

8 lines
127 B
ApacheConf

## YOUR CONFIG HERE
<IfModule alias_module>
## OTHER CONFIG HERE
Alias "/maintenance" "/var/www/maintenance"
</IfModule>