server: Allow access to privacy.pdf
This commit is contained in:
parent
3617275833
commit
a6c06130bb
@ -51,6 +51,10 @@ http {
|
|||||||
root /srv/www;
|
root /srv/www;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /privacy.pdf {
|
||||||
|
root /srv/www;
|
||||||
|
}
|
||||||
|
|
||||||
# Reverse Proxy
|
# Reverse Proxy
|
||||||
location /api/ {
|
location /api/ {
|
||||||
# Seems weird, but it is (Prevent /api/api/)
|
# Seems weird, but it is (Prevent /api/api/)
|
||||||
|
Reference in New Issue
Block a user