diff --git a/conf/httpd_alias.conf b/conf/httpd_alias.conf index c8c5b26..690a3ad 100644 --- a/conf/httpd_alias.conf +++ b/conf/httpd_alias.conf @@ -42,6 +42,12 @@ ScriptAlias /vroom /opt/vroom/public/vroom.pl ExpiresByType text/xml "access plus 0 seconds" 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 + + require local + SSLRequireSSL on diff --git a/conf/httpd_vhost.conf b/conf/httpd_vhost.conf index ae2e22c..9a043b3 100644 --- a/conf/httpd_vhost.conf +++ b/conf/httpd_vhost.conf @@ -52,5 +52,11 @@ ExpiresByType text/xml "access plus 0 seconds" 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 + # /admin on your web server + + require local +