Skip to content

Commit

Permalink
Update docs/content/doc/administration/reverse-proxies.en-us.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored May 9, 2023
1 parent 20f399f commit d65acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/administration/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ server {
location /gitea/ {
client_max_body_size 512M;
# make nginx use unescaped the URI, keep "%2F" as is
# make nginx use unescaped URI, keep "%2F" as is
rewrite ^ $request_uri;
rewrite ^/gitea(/.*) $1 break;
proxy_pass http://127.0.0.1:3000$uri;
Expand Down

0 comments on commit d65acca

Please sign in to comment.