fix: nginx redirects leak internal port

This commit is contained in:
Daniel Radl 2026-03-30 12:08:46 +02:00 committed by GitHub
parent d1289a8604
commit 8ccccdbdd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;