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:
parent
bf6889d9f7
commit
4a1e39bcd4
1 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…
Add table
Add a link
Reference in a new issue