-
Hi, I use the s3-gateway to serve an application from my s3 bucket. In most cases it works great. Nevertheless I have a problem with some requests: For example my applications calls but the webserver should serve the corresponding html file In the past I used try_files to solve this issue, but it doesn't seem to work with the proxy_pass argument. This is the code I used before:
Any suggestions how I can solve this problem while using the s3-gateway? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is less a question about the gateway then about doing rewrite rules for a proxy. I'd try your question in the NGINX Community Slack. |
Beta Was this translation helpful? Give feedback.
This is less a question about the gateway then about doing rewrite rules for a proxy. I'd try your question in the NGINX Community Slack.