forked from CCCHH/nix-infra
format files with nix fmt
This commit is contained in:
parent
6c85b91efb
commit
f7ebe660fe
16 changed files with 64 additions and 59 deletions
|
@ -48,7 +48,7 @@ in
|
|||
}];
|
||||
|
||||
locations."/".return = "302 https://eh05.easterhegg.eu";
|
||||
|
||||
|
||||
extraConfig = ''
|
||||
# Make use of the ngx_http_realip_module to set the $remote_addr and
|
||||
# $remote_port to the client address and client port, when using proxy
|
||||
|
@ -60,7 +60,7 @@ in
|
|||
real_ip_header proxy_protocol;
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
"eh05.easterhegg.eu" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "eh05.easterhegg.eu";
|
||||
|
@ -71,7 +71,7 @@ in
|
|||
ssl = true;
|
||||
proxyProtocol = true;
|
||||
}];
|
||||
|
||||
|
||||
locations."/" = {
|
||||
index = "index.shtml";
|
||||
root = eh05;
|
||||
|
@ -80,7 +80,7 @@ in
|
|||
default_type text/html;
|
||||
# Enable SSI
|
||||
ssi on;
|
||||
'';
|
||||
'';
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue