Skip to content

Commit

Permalink
πŸ› (patches): Final attempt to fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Oct 25, 2023
1 parent 6b03b15 commit c19ec67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

# shellcheck disable=SC2154
sed -i "s!fastcgi_param *REMOTE_USER *$remote_user;!fastcgi_param REMOTE_USER $http_remote_user;!g" /etc/nginx/fastcgi_params
sed -i 's!fastcgi_param *REMOTE_USER *$remote_user;!fastcgi_param REMOTE_USER $http_remote_user;!g' /etc/nginx/fastcgi_params
echo 'underscores_in_headers on;' >> /etc/nginx/snippets/domjudge-inner

0 comments on commit c19ec67

Please sign in to comment.