From 93ab106211c498342ec82a606ba7c68d3acbdfd4 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 21 Apr 2023 17:39:29 -0400 Subject: [PATCH] add static site --- Nginx/Locations/mracs.dev/static.loc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Locations/mracs.dev/static.loc.conf b/Nginx/Locations/mracs.dev/static.loc.conf index e18fe35..2710cb9 100644 --- a/Nginx/Locations/mracs.dev/static.loc.conf +++ b/Nginx/Locations/mracs.dev/static.loc.conf @@ -1,4 +1,4 @@ location /static { - root /var/www/static; + root /var/www; autoindex on; }