1 2 3 4 5 6 7 8 9 10
server { listen 80 default; listen [::]:80; location / { root /public; } error_page 404 /404.html; }