forked from kalipso/infrastructure
[fanny][vpn] open port 80, enable nginx
This commit is contained in:
@@ -56,8 +56,17 @@ in
|
||||
services.malobeo.microvm.deployHosts = [ "infradocs" ];
|
||||
|
||||
|
||||
services.nginx.virtualHosts."docs.malobeo.org" = {
|
||||
locations."/".proxyPass = "http://10.0.0.11:9000";
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 80 ];
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."docs.malobeo.org" = {
|
||||
locations."/".proxyPass = "http://10.0.0.11:9000";
|
||||
};
|
||||
};
|
||||
|
||||
services.tor = {
|
||||
|
||||
Reference in New Issue
Block a user