Looking to rewrite all file requests to index? location / { root /var/www/nginx-default; index index.html; if (!-e $request_filename) { rewrite . /index.html last; } }
Looking to rewrite all file requests to index? location / { root /var/www/nginx-default; index index.html; if (!-e $request_filename) { rewrite . /index.html last; } }
RieserFS is a journalling filesystem that is excellent when dealing with small files under 4K in size. When used with tail-packing it is 10-15x faster then ext2/ext3. ReiserFS was first included in Linux kernel 2.4.1 and even used as default filesystem in SUSE Enterprise Linux and others. What many may not know is that Reiser [...]
Tags: murder