We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58006 commit 11137e1Copy full SHA for 11137e1
etc/nginx/default.tpl
@@ -75,7 +75,7 @@ server {
75
proxy_connect_timeout 3600;
76
77
{% if WEBLATE_ANUBIS_URL %}
78
- location ~ ^{{ WEBLATE_URL_PREFIX }}(/widget/|/exports/rss/|/healthz/|/hooks/) {
+ location ~ ^{{ WEBLATE_URL_PREFIX }}(/widget/|/exports/rss/|/healthz/|/hooks/|/accounts/complete/) {
79
proxy_pass http://unix:/run/gunicorn/app/weblate/socket;
80
}
81
{% endif %}
0 commit comments