From d4491462079993ff0c4cc8033196c161644acadf Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 15 Jul 2019 10:31:15 -0400 Subject: [PATCH] Upgrade server, added old-worlds directory --- config/nginx-panic-shack-https | 5 +++++ index.html | 11 +++++++++++ old-worlds | 1 + 3 files changed, 17 insertions(+) create mode 120000 old-worlds diff --git a/config/nginx-panic-shack-https b/config/nginx-panic-shack-https index fd74d75..cec77d8 100644 --- a/config/nginx-panic-shack-https +++ b/config/nginx-panic-shack-https @@ -22,6 +22,11 @@ server { try_files $uri $uri/ $uri.php?$args =404; } + location /old-worlds { + autoindex on; + try_files $uri $uri/ $uri.php?$args =404; + } + location /chat { include uwsgi_params; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; diff --git a/index.html b/index.html index 1bf13a2..44e1c94 100644 --- a/index.html +++ b/index.html @@ -117,9 +117,20 @@
+

Download Old Worlds

+

+ Visit here to download all of the previous worlds on this server. You can load + them in Minecraft and play them in single player by following + these instructions. +

+

Notices