nginx equivalent for ExpiresByType / FilesMatch
Jim Ohlstein
jim at mailman-hosting.com
Mon Jun 12 13:39:47 UTC 2017
Hello,
On 06/12/2017 09:36 AM, ST wrote:
> Hello,
>
> I continue to move my configuration from Apache to nginx and now need to
> convert following directives. Any hints?
>
> Thank you for all the previous help!
>
> 1.
>
> <IfModule mod_expires.c>
> # set up max-age header directive for certain file types for proper
> caching
> ExpiresActive on
> ExpiresByType text/css A604800
> ExpiresByType text/js A604800
> ...
>
>
> 2.
>
> # force download for ceratain file types
> <FilesMatch "\.(?i:fb2|mobi|mp3)$">
> Header set Content-Disposition attachment
> </FilesMatch>
> <FilesMatch "\.(?:fb2)$>
> Header set Content-type text/fb2+xml
> </FilesMatch>
>
> 3.
> Order Allow,Deny
> Allow from All
>
> # block certain files
> <Files dirs.inc>
> Order Allow,Deny
> Deny from All
> </Files>
>
>
http://nginx.org/en/docs/http/ngx_http_headers_module.html
http://nginx.org/en/docs/http/ngx_http_access_module.html
--
Jim Ohlstein
Profesional Mailman Hosting
https://mailman-hosting.com
More information about the nginx
mailing list