mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-23 22:20:43 -05:00
developer: infrastructure: no trailing / in reverse proxy
This commit is contained in:
parent
691d8890cf
commit
64bdcbbb48
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ server {
|
||||||
server_name code.forgejo.org;
|
server_name code.forgejo.org;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://10.6.83.195:8080/;
|
proxy_pass http://10.6.83.195:8080;
|
||||||
client_max_body_size 2G;
|
client_max_body_size 2G;
|
||||||
#
|
#
|
||||||
# http://nginx.org/en/docs/http/websocket.html
|
# http://nginx.org/en/docs/http/websocket.html
|
||||||
|
|
Loading…
Reference in a new issue