nginx: send all requests to a single html page

The Solution to nginx: send all requests to a single html page is


I think this will do it for you:

location / {
    try_files /base.html =404;
}

~ Answered on 2011-08-11 14:30:24


Most Viewed Questions: