diff --git a/exozyme.conf b/exozyme.conf index e6f3ba3..b4a59b2 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -29,7 +29,7 @@ server { } location /howtuwu/ { - alias /srv/http/exozy.me/howtuwu/public; + alias /srv/http/exozy.me/howtuwu/public/; } location /vncws/ { diff --git a/ta180m.conf b/ta180m.conf index 7d63995..d5c3040 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -10,7 +10,7 @@ server { index index.html; location /blog/ { - alias /srv/http/ta180m/blog/_site; + alias /srv/http/ta180m/blog/_site/; } location / { diff --git a/zabbix.conf b/zabbix.conf index 2bd8701..9024e61 100644 --- a/zabbix.conf +++ b/zabbix.conf @@ -10,7 +10,7 @@ server { if ($scheme ~ ^http:) { rewrite ^(.*)$ https://$host$1 permanent; } - alias /srv/http/zabbix; + alias /srv/http/zabbix/; index index.php; error_page 403 404 502 503 504 /zabbix/index.php;