Docker-Image-Minecraft-Stats/stats.conf

11 lines
301 B
Plaintext

server {
listen 80;
server_name stats.minecore.cz bluemap.lipovcan.cz survival-stats.minecore.cz creative-stats.minecore.cz vanilla-stats.minecore.cz pvp-stats.minecore.cz;
root /opt/mcstatsweb/;
index index.html index.htm;
location / {
try_files $uri $uri/ =404;
}
}