Skip to content
Snippets Groups Projects
Commit b439b1a3 authored by dreamer's avatar dreamer
Browse files

don't forget trailing slashes!

parent 42b80348
Branches feature/brave
No related tags found
No related merge requests found
......@@ -34,10 +34,10 @@ http {
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
location /brave {
location /brave/ {
auth_basic "Are you Brave enough?";
auth_basic_user_file /etc/nginx/htpasswd;
proxy_pass http://dock.lag:5000;
proxy_pass http://dock.lag:5000/;
}
location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment