From fa3cfcd5895b2b23830bb932d2bd166c76f3ed5f Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sat, 24 Aug 2019 15:23:52 -0400 Subject: [PATCH] Correct error in stand-alone Nginx sample --- dist/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }