Merge pull request #17978 from Vity01/patch-1
Update NGINX default.conf.template - adding MIME types support
This commit is contained in:
@@ -6,6 +6,7 @@ server {
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
location / {
|
||||
include /etc/nginx/mime.types;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri /index.html;
|
||||
|
||||
Reference in New Issue
Block a user