From 5caf093eb01f448fcb584153a19549526ed50d59 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 21 Apr 2023 17:21:06 -0400 Subject: [PATCH] add static site --- Nginx/Locations/mracs.dev/static.loc.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Nginx/Locations/mracs.dev/static.loc.conf diff --git a/Nginx/Locations/mracs.dev/static.loc.conf b/Nginx/Locations/mracs.dev/static.loc.conf new file mode 100644 index 0000000..94cb8e8 --- /dev/null +++ b/Nginx/Locations/mracs.dev/static.loc.conf @@ -0,0 +1,4 @@ +location /static/ { + root /var/www/static; + autoindex on; +}