diff --git a/bootstrap/edge/templates/default.conf.tftpl b/bootstrap/edge/templates/default.conf.tftpl index 79738a7..6967115 100644 --- a/bootstrap/edge/templates/default.conf.tftpl +++ b/bootstrap/edge/templates/default.conf.tftpl @@ -83,7 +83,7 @@ server { limit_req zone=one burst=20 nodelay; client_max_body_size 512m; - proxy_pass http://${backend_host}:${gitea_backend_port}; + proxy_pass http://${backend_host}:${gitea_backend_port}/; proxy_http_version 1.1; proxy_request_buffering off; proxy_read_timeout 300s;