Daily Archives: January 30, 2012
Template For Reverse Proxy Pass with Caching
Put this in your http block proxy_cache_path /var/www/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m; proxy_temp_path /var/www/cache/tmp; Put this into your vhost server { server_name www.xxw.ca xxw.ca; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://xxw; proxy_cache my-cache; … Continue reading
Posted in Uncategorized
Leave a comment
Webmin Remote Access
ssh -L 10001:localhost:10000 youruserhere@server01
Posted in Uncategorized
Leave a comment
Protected: Subdomain Up For Grab
There is no excerpt because this is a protected post.
Posted in Uncategorized
Enter your password to view comments.
