Skip to content

Commit

Permalink
Merge pull request ivre#1566 from p-l-/enh-limit-uwsgi-data
Browse files Browse the repository at this point in the history
docker/web: limit the headers sent to UWSGI container
  • Loading branch information
p-l- authored Aug 4, 2023
2 parents f0e8b60 + 510fc98 commit 5a2e645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/web/nginx-default-site
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ server {
include uwsgi_params;
uwsgi_pass ivreuwsgi:3031;
uwsgi_param REMOTE_USER $remote_user;
uwsgi_param HTTP_Cookie "";
uwsgi_param HTTP_User_Agent "";
}

location ~ ^/dokuwiki/.*\.php$ {
Expand Down

0 comments on commit 5a2e645

Please sign in to comment.