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

8 lines
127 B
Plaintext

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