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 +- playbook.yml | 6 ------ uwsgi-gerboweb.ini | 1 - 3 files changed, 1 insertion(+), 8 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 / { diff --git a/playbook.yml b/playbook.yml index 3789c21..9753df6 100644 --- a/playbook.yml +++ b/playbook.yml @@ -152,12 +152,6 @@ name: uwsgi-app@gerboweb.socket enabled: yes - - name: Enable and launch uwsgi systemd service - systemd: - name: uwsgi-app@gerboweb.service - enabled: yes - state: restarted - - name: Enable and launch job processor systemd: name: gerboweb-job-processor.service diff --git a/uwsgi-gerboweb.ini b/uwsgi-gerboweb.ini index 748af71..3c8addd 100644 --- a/uwsgi-gerboweb.ini +++ b/uwsgi-gerboweb.ini @@ -1,5 +1,4 @@ [uwsgi] -chmod-socket = 660 master = True cheap = True idle = 600 -- cgit