Trying with just raw ip
This commit is contained in:
14
nginx.nix
14
nginx.nix
@@ -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 = [{
|
||||
|
||||
Reference in New Issue
Block a user