Browse Source

Correct error in Nginx example

microsub
J. King 5 years ago
parent
commit
265f3a1b6d
  1. 2
      docs/en/020_Getting_Started/030_Web_Server_Configuration.md

2
docs/en/020_Getting_Started/030_Web_Server_Configuration.md

@ -63,7 +63,7 @@ server {
# Fever protocol
location /fever/ {
# this path should not be behind HTTP authentication
try_files $uri @arsse_no_auth;
try_files $uri @arsse;
}
}
```

Loading…
Cancel
Save