Trying with just raw ip

This commit is contained in:
2024-12-27 19:46:21 +02:00
parent eb26b50788
commit ca01be2f24

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:3000";
# };
# };
virtualHosts."185.170.113.195" = {
listen = [{