From 824b73771d8c5dcb90183634286ded4c26bfcba4 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 20 Jul 2021 16:51:12 +0000 Subject: [PATCH] Finally got it to work --- exozyme.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/exozyme.conf b/exozyme.conf index 2088977..8757dd1 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -47,10 +47,8 @@ server { proxy_buffering off; } - location ~ ^/~(.*)$ { - root /srv/http/pages; - rewrite ^/~(.*)$ /$1 last; - try_files $uri $uri/ index.html; + location /~ { + alias /srv/http/pages/; } location / {