1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #2095 from holta/gitea-nginx-404s-fix

Fix Gitea 404s fix with NGINX (#2057)
This commit is contained in:
A Holt 2020-01-03 10:52:48 -05:00 committed by GitHub
commit 4c4ac3eaec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

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 }}/;
}