Skip to content

art-es/nginx-coverting-to-web-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Nginx config for converting images to webp extension

Подключить файл webp-ext.conf в блоке http (один раз, для всех сайтов)

http { 
    ... 
    
    include webp-ext.conf; 
} 

Подключить файл webp.conf в блоке server (для каждого сайта)

server {
    ...

    include webp.conf;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published