diff --git a/templates/config/nginx/main.conf.mustache b/templates/config/nginx/main.conf.mustache index 4d086de..d47cc15 100644 --- a/templates/config/nginx/main.conf.mustache +++ b/templates/config/nginx/main.conf.mustache @@ -10,6 +10,14 @@ upstream redis { server {{cache_host}}:6379; keepalive 10; } +types { + image/webp webp; + image/jpeg jpeg jpg; + image/png png; +} +index index.php index.html index.htm; + + {{/include_redis_conf}} server {