Skip to content

Commit

Permalink
Fix typo in nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 22, 2025
1 parent b3df287 commit 84ce023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/oonidata/templates/nginx-jupyterhub.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# Inject password for default user
proxy_set_header 'Basic ZGVmYXVsdDo=';
proxy_set_header Authorization 'Basic ZGVmYXVsdDo=';

add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Allow-Origin' '*';
Expand Down

0 comments on commit 84ce023

Please sign in to comment.