amuck-landowner

Search results

  1. I

    Anyone can convert this into Nginx rewrite rules?

    I need help converting this Apaceh rewrite rules into Nginx Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC] RewriteRule ^ %1 [R,L,NC] RewriteCond %{REQUEST_FILENAME}.php -f [NC] RewriteRule ^...
  2. I

    Using varnish as a http cache

    How to connect Varnish to Memcached (as object cache) ?
Top
amuck-landowner