Skip to content

Commit 11137e1

Browse files
committed
fix: exclude complete URL from anubis
1 parent 6b58006 commit 11137e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/nginx/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ server {
7575
proxy_connect_timeout 3600;
7676

7777
{% if WEBLATE_ANUBIS_URL %}
78-
location ~ ^{{ WEBLATE_URL_PREFIX }}(/widget/|/exports/rss/|/healthz/|/hooks/) {
78+
location ~ ^{{ WEBLATE_URL_PREFIX }}(/widget/|/exports/rss/|/healthz/|/hooks/|/accounts/complete/) {
7979
proxy_pass http://unix:/run/gunicorn/app/weblate/socket;
8080
}
8181
{% endif %}

0 commit comments

Comments
 (0)