nginx: send all requests to a single html page October 24, 2022 by Tarik I think this will do it for you: location / { try_files /base.html =404; }