Working on the design

This commit is contained in:
jaseg 2019-03-29 22:09:16 +09:00 committed by jaseg
parent 30da6478a6
commit bf744eab97
3 changed files with 1 additions and 8 deletions

View file

@ -65,7 +65,7 @@ http {
include /etc/nginx/default.d/*.conf;
location ^~ /static/ {
root /var/lib/gerboweb/static;
root /var/lib/gerboweb;
}
location / {

View file

@ -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

View file

@ -1,5 +1,4 @@
[uwsgi]
chmod-socket = 660
master = True
cheap = True
idle = 600