Remove git.wpcarro.dev entry fron Nginx config
This is not currently working and it is causing Nginx to enter a retry loop. I am removing it until I choose to focus on it.
This commit is contained in:
parent
dd9788fa73
commit
abd2dcc6a3
1 changed files with 0 additions and 7 deletions
|
@ -159,13 +159,6 @@ in {
|
|||
enableACME = true;
|
||||
root = briefcase.learn;
|
||||
};
|
||||
"git.wpcarro.dev" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
};
|
||||
};
|
||||
"blog.wpcarro.dev" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue