diff --git a/dist/nginx.conf b/dist/nginx.conf index ecc32c2..1daabd4 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -52,6 +52,6 @@ server { # Fever protocol location /fever/ { # this path should not be behind HTTP authentication - try_files $uri @arsse_no_auth; + try_files $uri @arsse; } }