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
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
I had a problem on my live Nginx server - cache routes gave me 404.
The issue appears when you have static resources caching enabled for media files. F.e. this config in nginx.conf file will lead to conflict with your module:
I had a problem on my live Nginx server - cache routes gave me 404.
The issue appears when you have static resources caching enabled for media files. F.e. this config in nginx.conf file will lead to conflict with your module:
You have to change this to exclude your {route} directory:
The text was updated successfully, but these errors were encountered: