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
In our current implementation we rely on the content of /tmp/cache/<site-name> folder. There is .forge-config meta file for the sites that have .forgerc file: we actually need it for the Nginx to check if the site needs caching. There is as well .forge-meta.json file with some meta information but it can be recreated on-the-file using Forge API.
However, .forge-config is only created after the deploy (deleter process) which means that the site will lose the config file features if the cache was cleared.
Think about more persistent way to store this information. Also check that all the apps handle www. prefix correctly.
The text was updated successfully, but these errors were encountered:
In our current implementation we rely on the content of
/tmp/cache/<site-name>
folder. There is.forge-config
meta file for the sites that have.forgerc
file: we actually need it for the Nginx to check if the site needs caching. There is as well.forge-meta.json
file with some meta information but it can be recreated on-the-file using Forge API.However,
.forge-config
is only created after the deploy (deleter process) which means that the site will lose the config file features if the cache was cleared.Think about more persistent way to store this information. Also check that all the apps handle
www.
prefix correctly.The text was updated successfully, but these errors were encountered: