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 0c81a46 commit 49f81c2Copy full SHA for 49f81c2
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/|/accounts/complete/|/accounts/auth/) {
+ location ~ ^{{ WEBLATE_URL_PREFIX }}(/widgets?/|/idp/|/exports/rss/|/healthz/|/hooks/|/accounts/complete/|/accounts/auth/) {
79
proxy_pass http://127.0.0.1:8081;
80
}
81
{% endif %}
0 commit comments