From a975142f64bfd6aa49da9686aa11ff5a11dbd564 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 1 Apr 2016 15:11:06 +0200 Subject: [PATCH] Fix closing Location directive --- docs/httpd/httpd_alias.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/httpd/httpd_alias.conf b/docs/httpd/httpd_alias.conf index dce7988..3663746 100644 --- a/docs/httpd/httpd_alias.conf +++ b/docs/httpd/httpd_alias.conf @@ -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" - + # 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