Skip to content

WebP demonstration using nginx small light module

Notifications You must be signed in to change notification settings

kenser/ngx_small_light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nedir

Nginx Small light kullanarak WebP kullanımını anlatan basit örnek

Kurmak için

Dizin içinde

docker build -t sonsuzdongu/ngx_small_light .

Çalıştırmak için

docker run \
    --rm \
    -it \
    --name ngx \
    -p 80:80 \
    -p 8080:8080 \
    -p 8090:8090 \
    -v `pwd`/html:/opt/nginx/html/ \
    sonsuzdongu/ngx_small_light

Kullanım

http://localhost

About

WebP demonstration using nginx small light module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.1%
  • Dockerfile 0.9%