add proxy to dns
This commit is contained in:
@@ -123,6 +123,15 @@
|
|||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."mc.roypository.com" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
acmeRoot = null;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:25565";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# ================================ #
|
# ================================ #
|
||||||
# END MINECRAFT #
|
# END MINECRAFT #
|
||||||
# ================================ #
|
# ================================ #
|
||||||
|
|||||||
Reference in New Issue
Block a user