From a6c06130bbb909a65df2d2c8a92f51a78a2e4f05 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Mon, 22 Oct 2018 18:40:28 +0200 Subject: [PATCH] server: Allow access to privacy.pdf --- server/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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/)