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
The alternative is to generate URLs that end in slashes.
If there would be a way to omit that, I'd prefer it for aesthetic reasons.
Would it seem suitable to invest time in this special case routing for static hosting, or has someone found a solution to configure a similar behaviour?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With an environment of:
it is currently not possible to route requests like
scheme://fqdn.tld/about
to an index.html file in a path likeabout/index.html
, as expressed inhttps://github.com/dekobon/nginx-s3-gateway/blob/7e35275d04e6da0198958b2344da75e41c6940ed/test/integration/test_api.sh#L247-L253
This is why the case is not present in the
GET
examples:https://github.com/dekobon/nginx-s3-gateway/blob/7e35275d04e6da0198958b2344da75e41c6940ed/test/integration/test_api.sh#L247-L253
The alternative is to generate URLs that end in slashes.
If there would be a way to omit that, I'd prefer it for aesthetic reasons.
Would it seem suitable to invest time in this special case routing for static hosting, or has someone found a solution to configure a similar behaviour?
Beta Was this translation helpful? Give feedback.
All reactions