nginx.conf 117 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 server { listen 80; root /usr/share/nginx/html; location / { try_files $uri $uri/ /index.html =404; } }