diff --git a/server/nginx.conf b/server/nginx.conf index 228047d..9127565 100644 --- a/server/nginx.conf +++ b/server/nginx.conf @@ -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/)