network: enable firewall
This commit is contained in:
@@ -14,6 +14,17 @@
|
||||
listen [::]:8443 ssl;
|
||||
'';
|
||||
};
|
||||
|
||||
virtualHosts."napcat.colorsky.fun" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "colorsky.fun";
|
||||
locations."/".proxyPass = "http://localhost:6099";
|
||||
|
||||
extraConfig = ''
|
||||
listen [::]:8443 ssl;
|
||||
'';
|
||||
};
|
||||
|
||||
virtualHosts."192.168.68.59" = { };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user