Conversation
Member
|
We can not do these redirects in our min.io ? |
Collaborator
Author
|
We have to do it on min.io, but for maintenance it would be good to keep
them in repo and periodically sync.
Pages change sometimes and I think this is easier than pulling you for
access when it happens.
The above also lets us test redirects in staging :)
…On Fri, Nov 8, 2024, 23:04 Harshavardhana ***@***.***> wrote:
We can not do these redirects in our min.io ?
—
Reply to this email directly, view it on GitHub
<#1364 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLI2KUOOGPMDE2IBBM62Z3Z7WCS7AVCNFSM6AAAAABROVQBXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRWGAZTEOBWG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@dvaldivia attempt to create nginx rewrites in a block.
Not sure about syntax since there are so many.
Goal is to support sometihng like:
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.