yuzuru/schabernack: Remove staging environment
It is done now, so there is no need to test changes.
This commit is contained in:
parent
7d1149a395
commit
a9d7214c60
|
@ -35,16 +35,6 @@ in
|
|||
enableACME = true;
|
||||
globalRedirect = domain;
|
||||
|
||||
extraConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
"staging.${domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
root = "/var/www/schabernack/staging";
|
||||
|
||||
extraConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
|
@ -54,7 +44,6 @@ in
|
|||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/www/schabernack/production 0755 schabernack root -"
|
||||
"d /var/www/schabernack/staging 0755 schabernack root -"
|
||||
];
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Reference in a new issue