Add tests for nginx.conf directives #1
@ -89,6 +89,10 @@ http {
|
|||||||
ssl_certificate /var/www/certs/webdevcat.me/fullchain.pem;
|
ssl_certificate /var/www/certs/webdevcat.me/fullchain.pem;
|
||||||
ssl_certificate_key /var/www/certs/webdevcat.me/privkey.pem;
|
ssl_certificate_key /var/www/certs/webdevcat.me/privkey.pem;
|
||||||
|
|
||||||
|
location ^~ /.well-known/acme-challenge {
|
||||||
|
alias /var/www/dehydrated;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 301 https://miti.sh$request_uri;
|
return 301 https://miti.sh$request_uri;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user