Upgrade server, added old-worlds directory
This commit is contained in:
parent
86e9ab7c88
commit
d449146207
@ -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;
|
||||
|
11
index.html
11
index.html
@ -117,9 +117,20 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Download Old Worlds</h2>
|
||||
<p>
|
||||
<a href="/old-worlds">Visit here to download all of the previous worlds on this server.</a> You can load
|
||||
them in Minecraft and play them in single player by following
|
||||
<a href="https://minecraft.gamepedia.com/Tutorials/Map_downloads">these instructions</a>.
|
||||
</p>
|
||||
|
||||
<h2>Notices</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>July 14, 2019:</strong>
|
||||
Upgraded the server to 1.14.3 and regenerated the map. It's now using the seed "hardlead".
|
||||
</li>
|
||||
<li>
|
||||
<strong>August 22, 2018:</strong>
|
||||
Upgraded the server yet again to 1.13.1.
|
||||
|
1
old-worlds
Symbolic link
1
old-worlds
Symbolic link
@ -0,0 +1 @@
|
||||
/srv/minecraft-panic-shack/old-worlds
|
Loading…
Reference in New Issue
Block a user