diff options
author | jaseg <code@jaseg.net> | 2019-03-29 22:09:16 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-03-29 22:09:16 +0900 |
commit | 23d392c2f7a744d38a369f8bc91cfd0f215f82b0 (patch) | |
tree | 876f3aeebd7f1d1f3bfd0612bba905853ca5d559 /gerboweb/deploy/nginx.conf | |
parent | 84148e368d3804c841d566cd0a8f28263445ef97 (diff) | |
download | gerbolyze-23d392c2f7a744d38a369f8bc91cfd0f215f82b0.tar.gz gerbolyze-23d392c2f7a744d38a369f8bc91cfd0f215f82b0.tar.bz2 gerbolyze-23d392c2f7a744d38a369f8bc91cfd0f215f82b0.zip |
Working on the design
Diffstat (limited to 'gerboweb/deploy/nginx.conf')
-rw-r--r-- | gerboweb/deploy/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerboweb/deploy/nginx.conf b/gerboweb/deploy/nginx.conf index c76a3db..6344904 100644 --- a/gerboweb/deploy/nginx.conf +++ b/gerboweb/deploy/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 / { |