diff options
Diffstat (limited to 'minecraft/templates/map.nginx.conf.j2')
| -rw-r--r-- | minecraft/templates/map.nginx.conf.j2 | 11 |
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; - } -} |
