Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Re: Switch from Apache 1.3.x to NGinx

$
0
0
Hello,

Perhaps, late answer but I am trying to help anyway.

nginx does not support .htaccess files per directory, so you must configure expire on the server level, instead:

server {

...

location ~ \.gif$ {
expires 1M;
}

location ~ \.html?$ {
expires 1w;
}

...

}

Andrejs
loco (at) andrews.lv

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>