aboutsummaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-03-29 22:09:16 +0900
committerjaseg <git@jaseg.net>2019-03-29 22:09:16 +0900
commitbf744eab9749ff9710d68f35a44821ef80d5c291 (patch)
treec1f47cb8e6b77738c31cc99ba3d293fceb595028 /nginx.conf
parent30da6478a624bfdeb835eb106ef34860cd7e7c60 (diff)
downloadinfra-bf744eab9749ff9710d68f35a44821ef80d5c291.tar.gz
infra-bf744eab9749ff9710d68f35a44821ef80d5c291.tar.bz2
infra-bf744eab9749ff9710d68f35a44821ef80d5c291.zip
Working on the design
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 / {