summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-03 23:29:09 +0200
committerRory& <root@rory.gay>2025-09-03 23:29:12 +0200
commite38f784562ddb7b4ef5c6ca181827cdf0bb83d8f (patch)
tree444538bc613b5fbe20ca6dfde96b4aaebbd73542 /host
parentAdd minecraft server port to allowed TCP ports (diff)
downloadRory-Open-Architecture-master.tar.xz
Fix the port... HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix b/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix

index b940289..1502208 100644 --- a/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix +++ b/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix
@@ -4,7 +4,7 @@ addSSL = true; locations = { "/" = { - proxyPass = "http://localhost:25565"; + proxyPass = "http://localhost:25585"; recommendedProxySettings = false; extraConfig = '' proxy_ssl_verify off;