mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-02-08 00:47:10 +01:00
Add empty vhost for froidmont.org
This commit is contained in:
parent
9b26fb954e
commit
7f95cc4601
1 changed files with 6 additions and 0 deletions
|
|
@ -361,6 +361,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
|
||||||
|
"froidmont.org" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
};
|
||||||
|
|
||||||
"uptime.froidmont.org" = {
|
"uptime.froidmont.org" = {
|
||||||
serverAliases = [ "status.${config.networking.domain}" ];
|
serverAliases = [ "status.${config.networking.domain}" ];
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue