This commit is contained in:
2024-12-27 19:49:08 +02:00
parent ca01be2f24
commit 90726cb007

View File

@@ -1,13 +1,13 @@
{ pkgs, ... }: {
services.nginx = {
enable = true;
# virtualHosts."kyren.codes" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://localhost:3000";
# };
# };
virtualHosts."kyren.codes" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:80";
};
};
virtualHosts."185.170.113.195" = {
listen = [{