mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Correct error in Nginx example
This commit is contained in:
parent
262980d564
commit
265f3a1b6d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ server {
|
||||||
# Fever protocol
|
# Fever protocol
|
||||||
location /fever/ {
|
location /fever/ {
|
||||||
# this path should not be behind HTTP authentication
|
# this path should not be behind HTTP authentication
|
||||||
try_files $uri @arsse_no_auth;
|
try_files $uri @arsse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue