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 2022-05-06 08:31:57 +02:00
parent 98d4dc4fc8
commit 71b13fedb1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,5 +1,6 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://localhost:__PORT__/;
proxy_set_header Host $host;
proxy_buffering off;