aboutsummaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
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 / {