<VirtualHost *:80> | <VirtualHost *:80> | ||||
RewriteEngine on | RewriteEngine on | ||||
RewriteRule ^/(.*) blah [R=503] | RewriteRule ^/(.*) blah [R=503] | ||||
</VirtualHost> | |||||
</VirtualHost> |
{% endif %} | {% endif %} | ||||
{% endif %} | |||||
{% endif %} |
- watch_in: | - watch_in: | ||||
- module: apache-reload | - module: apache-reload | ||||
{% endif %} | |||||
{% endif %} |
RemoteIPHeader: X-Forwarded-For | RemoteIPHeader: X-Forwarded-For | ||||
RemoteIPTrustedProxy: | RemoteIPTrustedProxy: | ||||
- 10.0.8.0/24 | - 10.0.8.0/24 | ||||
- 127.0.0.1 | |||||
- 127.0.0.1 |