Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Show page content while excluding summary
· 11 years ago
I'd like to be able to have some specific pages with a summary and for the most part, just an image in them. I would like to be able to show the page content (or just the image) by referencing that pa
-
Chrome/Safari encoding problem
· 11 years ago
If this seems to be a legitimate issue with Nginx, can you add a ticket here: https://github.com/getgrav/grav/issues and I'll make sure it doesn't slip through the cracks. Thanks!
-
Chrome/Safari encoding problem
· 11 years ago
I tested a frew more things in the mean time. still HHVM but change the gzip configuration to true -> 500 E_WARNING - Invalid argument: function: method 'ob_gzhandler' not found switch to php5
-
Chrome/Safari encoding problem
· 11 years ago
Grav only sets Content-Encoding: none https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Grav.php#L436 when system.cache.gzip ("Gzip compression" in the Admin plugin system configurat
-
Chrome/Safari encoding problem
· 11 years ago
After some investigation, it seems to do with the content-encoding header. If I save the page directly from chrome, and then zcat it, I can see the result. Seems that Chrome doesn't unzip it when dis
-
Chrome/Safari encoding problem
· 11 years ago
I'm trying to set up a website using grav and are seeing some strange things. After setting it up, the webpage in Chrome and Safari is just looks like wrongly encoded mess. However, using firefox or C
-
Multisite Directory Caching on Nginx
· 11 years ago
In my experience Nginx is best left for single sites, or a few sites. I have MANY installs on my local setup and would never inflict Nginx on myself. If your looking to do multiple sites, I would def
-
Multisite Directory Caching on Nginx
· 11 years ago
And now the foot is on the other hand! I'd be willing to write custom server blocks for each site, but like you, my Nginx is nascent at best (this is my first Nginx project). I think, at this point, I
-
Multisite Directory Caching on Nginx
· 11 years ago
I think the problem might relate to the way Nginx handles rewrites. It has a much more manual approach to rewriting that relies on each 'site' having its own configuration setting, where as Apache ca
-
Multisite Directory Caching on Nginx
· 11 years ago
One more clarification, if I clear the cache with bin/grav clear-cache then the page shows up again - at least until I refresh.