feat (hosts/mystra/nginx)!: force ssl
This commit is contained in:
parent
798804f3a2
commit
57fad610ad
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."henri-saudubray.fr" = {
|
virtualHosts."henri-saudubray.fr" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
# forceSSL = true;
|
forceSSL = true;
|
||||||
root = "/var/www/html";
|
root = "/var/www/html";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue