1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Gitea/NGINX fix for #2057 404s

This commit is contained in:
A Holt 2020-01-03 10:49:29 -05:00 committed by GitHub
parent bf6889d9f7
commit 4a1e39bcd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
location {{ gitea_url }}/ {
proxy_pass http://127.0.0.1:{{ gitea_port }};
proxy_pass http://127.0.0.1:{{ gitea_port }}/;
}