Adding rockwall.farm site. hiding .git
This commit is contained in:
parent
1fed7260bb
commit
4e0f91bb81
1 changed files with 11 additions and 0 deletions
|
|
@ -36,6 +36,11 @@
|
|||
enableACME = true;
|
||||
serverAliases = [ "www.dustinswan.com" ];
|
||||
root = "/var/www/dustinswan.com";
|
||||
extraConfig = ''
|
||||
location ~ /\.git {
|
||||
deny all;
|
||||
}
|
||||
'';
|
||||
};
|
||||
"git.dustinswan.com" = {
|
||||
forceSSL = true;
|
||||
|
|
@ -44,6 +49,12 @@
|
|||
proxyPass = "http://localhost:3000";
|
||||
};
|
||||
};
|
||||
"rockwall.farm" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
serverAliases = [ "www.rockwall.farm" ];
|
||||
root = "/var/www/rockwall.farm";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue