Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

Proxy

Nginx as reverse proxy cache for wordpress and apache

1. Install Nginx * Install from PPAPPA Installation * Install using self build packagesInstallation mit selbstgebauten Paket 2. General Nginx Settings Edit „/etc/nginx/nginx.conf“ and modify or insert the following settings: […] http { […] # Gzip Settings gzip on; gzip_disable „msie6“; gzip_buffers 32 8k; gzip_comp_level 6; gzip_http_version 1.0; gzip_min_length 0; gzip_types text/html text/css image/x-icon application/x-javascript […]

, , , , ,