Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experimenting with redirects #1364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

experimenting with redirects #1364

wants to merge 1 commit into from

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