diff --git a/exozyme.conf b/exozyme.conf index cb44595..e6f3ba3 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -28,11 +28,11 @@ server { return 301 https://social.exozy.me$request_uri; } - location /howtuwu { + location /howtuwu/ { alias /srv/http/exozy.me/howtuwu/public; } - location /vncws { + location /vncws/ { index vnc.html; alias /usr/share/webapps/novnc/; try_files $uri $uri/ /vnc.html; diff --git a/ta180m.conf b/ta180m.conf index fe051b9..7d63995 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -9,7 +9,7 @@ server { root /srv/http/ta180m; index index.html; - location /blog { + location /blog/ { alias /srv/http/ta180m/blog/_site; } diff --git a/zabbix.conf b/zabbix.conf index 6edee79..2bd8701 100644 --- a/zabbix.conf +++ b/zabbix.conf @@ -6,7 +6,7 @@ server { root /srv/http; index index.php; - location /zabbix { + location /zabbix/ { if ($scheme ~ ^http:) { rewrite ^(.*)$ https://$host$1 permanent; }