configurations/apache/etc/httpd/conf/httpd-maintenance.conf
2021-07-02 12:23:06 +00:00

7 lines
127 B
Text

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