Fix closing Location directive

master
Daniel Berteaud 9 years ago
parent c743061e60
commit a975142f64
  1. 2
      docs/httpd/httpd_alias.conf

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

Loading…
Cancel
Save