Commit 8cf00779 by John Jarvis

fixed bad nginx syntax for lms basic auth

parent 7cd4382a
......@@ -28,13 +28,6 @@ server {
proxy_redirect off;
proxy_pass http://lms-backend;
}
location / {
auth_basic "Restricted";
auth_basic_user_file /etc/nginx/nginx.htpasswd;
root {{app_base_dir}}/main_static;
index index.html
proxy_set_header X-Forwarded-Proto https;
}
location / {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment