update requirements.prod.txt

This commit is contained in:
j3d1 2023-11-27 01:20:32 +01:00
parent 9f63414ba2
commit 97503e91e0
6 changed files with 15 additions and 21 deletions

View file

@ -43,7 +43,7 @@ server {
proxy_pass http://c3lf-sys3;
}
location /admin {
location /djangoadmin {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;