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
Fixesesp8266#6792
Only append the "l" to ".htm" when there actually is a ".html" file
present. If not, fall-thru like before and try .gz through the normal
paths.
Fixes#6792
Only append the "l" to ".htm" when there actually is a ".html" file
present. If not, fall-thru like before and try .gz through the normal
paths.
9f2cfb8 breaks handling files uploaded as *.htm.gz
Example:
File uploaded as: dashboard.htm.gz
Http request: http://server/dashboard.htm
Actually served
Propose:
only "/" path should be rewritten as /index.htm or /index.html or /index.htm.gz or /index.html.gz (whichever exists)
The text was updated successfully, but these errors were encountered: