Update conf/nginx.conf

This commit is contained in:
denis 2024-11-15 18:49:34 -05:00
parent 259f9f2454
commit 73da04f533

View file

@ -27,7 +27,4 @@ location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
# Include SSOWAT user panel configuration (if applicable)
include conf.d/yunohost_panel.conf.inc;
}