Some checks are pending
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Waiting to run
11 lines
179 B
Nginx Configuration File
11 lines
179 B
Nginx Configuration File
server {
|
|
listen 80;
|
|
server_name stats.minecore.cz;
|
|
|
|
root /opt/mcstatsweb/;
|
|
index index.html index.htm;
|
|
|
|
location / {
|
|
try_files $uri $uri/ =404;
|
|
}
|
|
} |