server: Allow access to privacy.pdf

This commit is contained in:
Alexander Polynomdivision 2018-10-22 18:40:28 +02:00
parent 3617275833
commit a6c06130bb

View File

@ -51,6 +51,10 @@ http {
root /srv/www;
}
location = /privacy.pdf {
root /srv/www;
}
# Reverse Proxy
location /api/ {
# Seems weird, but it is (Prevent /api/api/)