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