0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-24 22:32:43 -05:00

developer: infrastructure: no trailing / in reverse proxy

This commit is contained in:
Earl Warren 2023-12-12 11:58:52 +01:00
parent 691d8890cf
commit 64bdcbbb48
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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