How to clear your proxy's cache, without fastcgi_cache_purge
Didn't know that module was free, the paid NGINX has something that does that. Use NGINX Helper, and set it to URL, then use fcgiwrap. Change the user and gr...
Didn't know that module was free, the paid NGINX has something that does that. Use NGINX Helper, and set it to URL, then use fcgiwrap. Change the user and gr...
Edit /etc/makepkg.conf. That is assuming you are using makepkg. Add "MAKEFLAGS='-j17'" to it. And be amazed at how fast it compiles stuff. Did it take less t...
Add "set_real_ip_from 192.168.122.1;" on the backend, to the nginx.conf file. Under http. Replace the IP with the proxy's IP. Stolen from here. Editing wp-...