You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works very well.
Now I want to add a custom option to the reverse-proxy entry for this frontend, namely something like try_files $url $url.html to allow users to access the pages served without the .html extension.
(How) is this possible?
The text was updated successfully, but these errors were encountered:
I'm using
static-darkhttpd
to serve a static frontend like this:This works very well.
Now I want to add a custom option to the reverse-proxy entry for this frontend, namely something like
try_files $url $url.html
to allow users to access the pages served without the.html
extension.(How) is this possible?
The text was updated successfully, but these errors were encountered: