Browse Source

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>
tags/v1.16.0-rc1
rstular 2 years ago
parent
commit
8fdc5247de
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/usage/reverse-proxies.en-us.md

+ 1
- 1
docs/content/doc/usage/reverse-proxies.en-us.md View File

@@ -80,7 +80,7 @@ server {
listen 80;
server_name git.example.com;

location /_/static {
location /_/static/assets {
alias /path/to/gitea/public;
}


Loading…
Cancel
Save