convert indentation to tabs

This commit is contained in:
2023-04-26 15:10:02 -07:00
parent 8e6d96b9e6
commit b6fa1b864f
15 changed files with 164 additions and 164 deletions

View File

@@ -11,6 +11,6 @@ error_page 502 /ErrorPages/HTTP502.html;
error_page 503 /ErrorPages/HTTP503.html;
location /ErrorPages/ {
alias /var/www/html/ErrorPages/;
internal;
alias /var/www/html/ErrorPages/;
internal;
}

View File

@@ -20,6 +20,6 @@ ssl_certificate_key /etc/letsencrypt/live/tronnet.net/privkey.pem;
# letsencrypt validation
location '/.well-known/acme-challenge' {
default_type "text/plain";
root /var/www/html;
default_type "text/plain";
root /var/www/html;
}