Fix indentation in nginx.conf
This commit is contained in:
parent
9f58d37c32
commit
0b3317ace8
@ -14,8 +14,8 @@ http {
|
||||
charset utf-8;
|
||||
default_type text/html;
|
||||
|
||||
ssl_certificate /var/www/certs/miti.sh/fullchain.pem;
|
||||
ssl_certificate_key /var/www/certs/miti.sh/privkey.pem;
|
||||
ssl_certificate /var/www/certs/miti.sh/fullchain.pem;
|
||||
ssl_certificate_key /var/www/certs/miti.sh/privkey.pem;
|
||||
|
||||
location ^~ /.well-known/acme-challenge {
|
||||
alias /var/www/dehydrated;
|
||||
@ -39,14 +39,14 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name git.miti.sh;
|
||||
listen 443 ssl;
|
||||
server_name git.miti.sh;
|
||||
|
||||
location ^~ /.well-known/acme-challenge {
|
||||
alias /var/www/dehydrated;
|
||||
}
|
||||
|
||||
location / {
|
||||
location / {
|
||||
client_max_body_size 1024M;
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_set_header Connection $http_connection;
|
||||
@ -59,7 +59,7 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
server_name apps.miti.sh;
|
||||
server_name apps.miti.sh;
|
||||
|
||||
location ^~ /.well-known/acme-challenge {
|
||||
alias /var/www/dehydrated;
|
||||
|
Loading…
x
Reference in New Issue
Block a user