From 1f04657a06642615c7f1bec854d9ecba034a434a Mon Sep 17 00:00:00 2001 From: Lorenzo Carbonell Date: Sat, 19 Feb 2022 19:38:57 +0100 Subject: [PATCH] mime.types --- nginx/default.conf | 1 + nginx/html/css/.gitkeep | 0 nginx/html/js/.gitkeep | 0 3 files changed, 1 insertion(+) create mode 100644 nginx/html/css/.gitkeep create mode 100644 nginx/html/js/.gitkeep diff --git a/nginx/default.conf b/nginx/default.conf index b31858b..8067771 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -10,6 +10,7 @@ server { error_log /dev/stdout info; location / { + include /etc/nginx/mime.types; try_files $uri $uri/ =404; } } diff --git a/nginx/html/css/.gitkeep b/nginx/html/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/nginx/html/js/.gitkeep b/nginx/html/js/.gitkeep new file mode 100644 index 0000000..e69de29