Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

provide etags for static contents in nginx

Notifications You must be signed in to change notification settings

sycured/nginx-static-etags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Nginx Static Etags

Configuration

Add etags to the relevant location blocks in your nginx.conf file:

location / {
    ...
    etags on;
    etag_hash on|off;
    etag_hash_method md5|sha1;
    ...
}

About

provide etags for static contents in nginx

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%