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:
commit
4c4ac3eaec
2 changed files with 1 additions and 1 deletions
|
@ -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 }}/;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue