fix: adapt to new default port

This commit is contained in:
Constantin Gierczak--Galle 2024-11-06 09:21:04 +01:00
parent df20fff444
commit 70abe3d603
No known key found for this signature in database

View file

@ -12,6 +12,6 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
serverAliases = []; serverAliases = [];
locations."/".proxyPass = "http://localhost:3001/"; locations."/".proxyPass = "http://localhost:2283/";
}; };
} }