Fix closing Location directive

This commit is contained in:
Daniel Berteaud 2016-04-01 15:11:06 +02:00
parent c743061e60
commit a975142f64
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ProxyPassReverse /vroom/ http://127.0.0.1:8090/
ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType text/html "access plus 0 seconds"
</Directory>
</Location>
# You should customize this part to access the admin interface
# VROOM doesn't handle authentication, it's up to you to protect
# /vroom/admin on your web server