Skip to content

Conversation

ravindk89
Copy link
Collaborator

@dvaldivia attempt to create nginx rewrites in a block.

Not sure about syntax since there are so many.

Goal is to support sometihng like:

server {
  listen 80;
  server_name example.com;
  […]
 location /docs/minio/ {
     include conf/location.conf;
 }
}

THis is assuming some things about the location block - I'd need @harshavardhana or something w/ access to the min.io webserver to confirm the current server + location config for the docs blocks before finalizing this.

@harshavardhana
Copy link
Member

We can not do these redirects in our min.io ?

@ravindk89
Copy link
Collaborator Author

ravindk89 commented Nov 9, 2024 via email

@ravindk89
Copy link
Collaborator Author

Ping @harshavardhana @dvaldivia @donatello

Goal here is to have an in-code way of managing nginx redirects that just get pulled in by min.io server.

I have some ideas on how to validate in staging environment but its hard to 1:1 without also seeing our nginx location/server blocks. We can handle that offline as necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants