Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Cache TTL?
· 9 years ago
Yes, you can surely symlink them to /tmp/assets, /tmp/images and so on.
-
Cache TTL?
· 9 years ago
/backup no plans on running backups on the front end web servers /user/data no plans on placing any forms for input either Are the rest safe to soft link on each web servers' temporary folder?
-
Cache TTL?
· 9 years ago
experimenting new stuff ^^^^^ which is perfectly fine, but expect things to break :)
-
Cache TTL?
· 9 years ago
Grav also stores/manipulates files into /assets if CSS / JS pipelining is enabled /backup if you use the CLI/Admin backup facility /images (image manipulation cache) /logs /user/data if you have any
-
Cache TTL?
· 9 years ago
UPDATE: Placing Grav on an NFS won't work unless you plan to mount as RW. That's not ideal for us. We want the "admin" interface to be hidden or moved to a different URL and mount Grav on a Read-only
-
Cache TTL?
· 9 years ago
So my cache: check: method: none, cache: driver: memcache and cache: lifetime: 300 and point my memcache server in cache: memcache: server: x.x.x.x Thanks!
-
Cache TTL?
· 9 years ago
the cache: lifetime: 604800 default option in system.yaml is the one you want to override. Please let us know how your setup goes because typically Grav is not built for thousands of pages.
-
Cache TTL?
· 9 years ago
Been reading the Grav documentation, and the github pages on my plans to scale for our site with thousands of pages. Is there some sort of cache ttl setting so that objects in cache will automatically
-
Scoped CSS?
· 9 years ago
great. thank you. :D
-
Scoped CSS?
· 9 years ago
You could match the template or slug of the page you'd want to add the specific style for, e.g: {# for matching slug #} {% if page.slug == 'welcome' %} <link rel="stylesheet" href="{{ theme_ur