diff --git a/roles/gitea/templates/gitea-nginx.conf.j2 b/roles/gitea/templates/gitea-nginx.conf.j2 index 2545a3f86..7276bd543 100644 --- a/roles/gitea/templates/gitea-nginx.conf.j2 +++ b/roles/gitea/templates/gitea-nginx.conf.j2 @@ -1,3 +1,3 @@ location {{ gitea_url }}/ { - proxy_pass http://127.0.0.1:{{ gitea_port }}; + proxy_pass http://127.0.0.1:{{ gitea_port }}/; }