typo in port

This commit is contained in:
2024-07-30 06:16:48 +05:30
parent 5ccbde5de4
commit faae9f9d81

View File

@ -45,7 +45,7 @@
enableACME = true;
locations = {
"/" = {
proxyPass = "http://localhost:3000";
proxyPass = "http://localhost:9080";
};
};
};