1
0
Fork 0
forked from exozyme/nginx
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/ { location /howtuwu/ {
alias /srv/http/exozy.me/howtuwu/public; alias /srv/http/exozy.me/howtuwu/public/;
} }
location /vncws/ { location /vncws/ {

View file

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

View file

@ -10,7 +10,7 @@ server {
if ($scheme ~ ^http:) { if ($scheme ~ ^http:) {
rewrite ^(.*)$ https://$host$1 permanent; rewrite ^(.*)$ https://$host$1 permanent;
} }
alias /srv/http/zabbix; alias /srv/http/zabbix/;
index index.php; index index.php;
error_page 403 404 502 503 504 /zabbix/index.php; error_page 403 404 502 503 504 /zabbix/index.php;