Fix MIME types for apps.miti.sh
This commit is contained in:
parent
babcbd78e3
commit
791cd692c6
@ -65,6 +65,10 @@ http {
|
|||||||
|
|
||||||
root /var/www/sites/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 {
|
location ^~ /.well-known/acme-challenge {
|
||||||
alias /var/www/dehydrated;
|
alias /var/www/dehydrated;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user