Docker-Image-Minecraft-Stats/stats.conf

11 lines
301 B
Plaintext
Raw Normal View History

2024-03-12 17:44:52 +01:00
server {
listen 80;
2024-03-14 18:14:26 +01:00
server_name stats.minecore.cz bluemap.lipovcan.cz survival-stats.minecore.cz creative-stats.minecore.cz vanilla-stats.minecore.cz pvp-stats.minecore.cz;
2024-03-12 17:44:52 +01:00
root /opt/mcstatsweb/;
index index.html index.htm;
location / {
try_files $uri $uri/ =404;
}
}