mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Update nginx.conf
This commit is contained in:
parent
26f31a1cd3
commit
ec34b585c4
1 changed files with 0 additions and 5 deletions
|
@ -2,12 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
proxy_pass https://127.0.0.1:__PORT__;
|
||||
#proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
#proxy_set_header X-Real-IP $remote_addr;
|
||||
#proxy_set_header X-Forwarded-Proto $scheme;
|
||||
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
#proxy_set_header X-Forwarded-Host $server_name;
|
||||
|
||||
# OIDC Tokens in headers are quite large and can exceed default limits of reverse proxies
|
||||
proxy_buffers 4 256k;
|
||||
|
|
Loading…
Add table
Reference in a new issue