mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update nginx.conf
This commit is contained in:
parent
94c671c567
commit
e4556f3ef0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
#rewrite ^__PATH__/gogs/(.*) /$1 break;
|
||||
#wrewrite ^__PATH__/gogs/(.*) /$1 break;
|
||||
#rewrite ^__PATH__/gogs$ /$1 break;
|
||||
|
||||
#proxy_read_timeout 90;
|
||||
|
|
Loading…
Reference in a new issue