src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/templates/map.nginx.conf.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
committerLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
commite4482f91ed5ddbaa350c59858e082235720abacc (patch)
tree59e70099ca9f46fe4955e5dd4591ffb4bd356fa7 /minecraft/templates/map.nginx.conf.j2
parenta9ae275d8aba40baea6156f073314de70dd49ce3 (diff)
Added minecraft backup.
Diffstat (limited to 'minecraft/templates/map.nginx.conf.j2')
-rw-r--r--minecraft/templates/map.nginx.conf.j211
1 files changed, 0 insertions, 11 deletions
diff --git a/minecraft/templates/map.nginx.conf.j2 b/minecraft/templates/map.nginx.conf.j2
deleted file mode 100644
index a905c9a..0000000
--- a/minecraft/templates/map.nginx.conf.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-server {
- listen {{nginx_port}};
- server_name {{nginx_server_name}};
- root {{nginx_root_dir}};
-
- index index.html;
-
- location / {
- try_files $uri $uri/ =404;
- }
-}