1
0
Fork 0
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:
ericgaspar 2020-12-29 23:55:21 +01:00
parent 94c671c567
commit e4556f3ef0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -13,7 +13,7 @@ location __PATH__/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
#rewrite ^__PATH__/gogs/(.*) /$1 break; #wrewrite ^__PATH__/gogs/(.*) /$1 break;
#rewrite ^__PATH__/gogs$ /$1 break; #rewrite ^__PATH__/gogs$ /$1 break;
#proxy_read_timeout 90; #proxy_read_timeout 90;