From bf744eab9749ff9710d68f35a44821ef80d5c291 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 29 Mar 2019 22:09:16 +0900 Subject: Working on the design --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index c76a3db..6344904 100644 --- a/nginx.conf +++ b/nginx.conf @@ -65,7 +65,7 @@ http { include /etc/nginx/default.d/*.conf; location ^~ /static/ { - root /var/lib/gerboweb/static; + root /var/lib/gerboweb; } location / { -- cgit