mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: nginx redirects leak internal port
This commit is contained in:
parent
d1289a8604
commit
8ccccdbdd5
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto {
|
|||
server {
|
||||
listen 8080;
|
||||
server_name ${FRAPPE_SITE_NAME_HEADER};
|
||||
port_in_redirect off;
|
||||
root /home/frappe/frappe-bench/sites;
|
||||
|
||||
proxy_buffer_size 128k;
|
||||
|
|
|
|||
Loading…
Reference in a new issue