This commit is contained in:
Anthony Wang 2021-08-06 10:56:38 -05:00
parent b63589f10c
commit 29f18b2f30
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ server {
}
location /howtuwu/ {
alias /srv/http/exozy.me/howtuwu/public;
alias /srv/http/exozy.me/howtuwu/public/;
}
location /vncws/ {

View file

@ -10,7 +10,7 @@ server {
index index.html;
location /blog/ {
alias /srv/http/ta180m/blog/_site;
alias /srv/http/ta180m/blog/_site/;
}
location / {

View file

@ -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;