apache-formula/apache/files/Debian/sites-available/000-default.conf
Alexander Kozlov f7940ecdc1 Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
2015-12-14 17:44:59 +03:00

4 lines
84 B
Plaintext

<VirtualHost *:80>
RewriteEngine on
RewriteRule ^/(.*) blah [R=503]
</VirtualHost>