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
But if we could still could have the original Neos url:
client.com/_Resources/Persistent/4/c/f/e/4cfe35...57a2/Uploaded.jpg
Nginx could proxy the requests directly like
Would it be possible to keep the original resource urls?
This would make a migration easier because no assets need to be redirected, etc.
Example
Before switching to gcs:
client.com/_Resources/Persistent/4/c/f/e/4cfe35...57a2/Uploaded.jpg
After switching to gcs:
storage.googleapis.com/bucket-name/4cfe35...57a2/Uploaded.jpg
After using custom Base URI:
client.com/bucket-name/4cfe35...57a2/Uploaded.jpg
And nginx needs a proxy like
And we need to redirect the old requests like
But if we could still could have the original Neos url:
client.com/_Resources/Persistent/4/c/f/e/4cfe35...57a2/Uploaded.jpg
Nginx could proxy the requests directly like
The text was updated successfully, but these errors were encountered: