diff --git a/nginx.conf b/nginx.conf index 1d3d2b1..17844fe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,7 +39,7 @@ http { root /usr/share/nginx/html/; } - location ~ \.(js|ico|html|txt|png)$ { + location ~ \.(js|ico|html|txt|png|jpg|jpeg)$ { root /usr/share/nginx/html/; }