Correct error in stand-alone Nginx sample
This commit is contained in:
parent
5bf791709b
commit
fa3cfcd589
1 changed files with 1 additions and 1 deletions
2
dist/nginx.conf
vendored
2
dist/nginx.conf
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue