Firegarden
Firegarden
Man this is frustrating. I have the same issue - why are the core files not easily available for download?
I appreciate you putting up the Sass but really I just want the CSS and JavaScript files so I can quickly test the code. Sorry if I sound grumpy I...
I wonder if this speaks to the issue? https://css-tricks.com/snippets/css/force-vertical-scrollbar/ Specifically it suggests body { height: 100%; margin-bottom: 1px; } It would really help me if I could understand why the...
I have the same issue - when I use the modal there is a scroll bar that is not needed. Can you please help us understand why this scroll bar...
OK this script is just about the best thing on the internet. What is needed is nginx cache purge module. Can you please add support for nginx cache purge module?...
This scripts is good I want to give you an award!
I was able to pretty quickly write support for cache purge module basically you need `echo "Modules to install :" while [[ $CACHEPURGE != "y" && $CACHEPURGE != "n" ]];...
I have re-tested and this is working as expected. Thank you! RE: Bro I had used these directives in my server and it's not respecting them. `more_clear_headers more_set_headers`
Additional Features for Modules: - pagespeed really should be built as a dynamic module. The short answer is using the `pagespeed unplugged; flag` does not actually drop it from usage...
Make $5 Halla you guys think this is worth including in the script? curl -L -O 'https://github.com/openresty/echo-nginx-module/archive/v0.61.tar.gz' ... --add-module=/home/ubuntu/nginx/echo-nginx-module-0.61 The reason is because it is the best way to gain...