server {
listen 80;
server_name temper.tv;
root /opt/nginx/temper.tv;
index index.html;
location / {
try_files $uri $uri/ =404;
}