Hi,

I am relatively new to Nginx, but have an already working setup. I have seen 
this here in Apache:

<Directory /usr/lib/GNUstep/SOGo/>
   AllowOverride None
   Order deny,allow
   Allow from all

   # Explicitly allow caching of static content to avoid browser specific 
behavior.
   # A resource's URL MUST change in order to have the client load the new 
version.
   <IfModule expires_module>
     ExpiresActive On
     ExpiresDefault "access plus 1 year"
   </IfModule>
</Directory>

Does somebody know, if I can do something similar with Nginx and if so how?

Thanks in advance

-Christian Rößner

---
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 176 93118939
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to