Serve apps.miti.sh with https
This commit is contained in:
@@ -64,8 +64,18 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
server_name apps.miti.sh;
|
||||
root /var/www/sites/apps.miti.sh;
|
||||
listen 443 ssl;
|
||||
server_name apps.miti.sh;
|
||||
|
||||
root /var/www/sites/apps.miti.sh;
|
||||
|
||||
include mime.types;
|
||||
charset utf-8;
|
||||
default_type text/html;
|
||||
|
||||
location ^~ /.well-known/acme-challenge {
|
||||
alias /var/www/dehydrated;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user