Hi, I am using NGINX to serve my static files generated from Harp JS. The site is at santoshsankar.com. How do I configure NGINX to recognize and “play nice” w/ clean URLs/permalinks? Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you’re looking for Nginx to respond to requests without the
html
file extension, add a location block to your Nginx configuration with atry_files
directive like the one below:For more information on how the
try_files
directive works, check out this tutorial: