mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
feat(nginx): add X-Forwarded-Port header to proxy settings
This commit is contained in:
parent
569dce1ba4
commit
d388f45137
1 changed files with 1 additions and 0 deletions
|
|
@ -414,6 +414,7 @@ server {
|
|||
listen ${NGINX_HTTP_PORT};
|
||||
location / {
|
||||
include proxy_params;
|
||||
proxy_set_header X-Forwarded-Port \$server_port;
|
||||
proxy_pass http://unix:${GUNICORN_SOCKET};
|
||||
}
|
||||
location /static/ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue