Skip to content

Commit 8fdc524

Browse files
rstularzeripathwxiaoguang
authored
Update for reverse proxying static resources (#17670)
Gitea fetches static resources from /assets, so nginx configuration has to be updated accordingly. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 parent 171f2d0 commit 8fdc524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ server {
8080
listen 80;
8181
server_name git.example.com;
8282
83-
location /_/static {
83+
location /_/static/assets {
8484
alias /path/to/gitea/public;
8585
}
8686

0 commit comments

Comments
 (0)