Working on the design
This commit is contained in:
parent
30da6478a6
commit
bf744eab97
3 changed files with 1 additions and 8 deletions
|
|
@ -65,7 +65,7 @@ http {
|
|||
include /etc/nginx/default.d/*.conf;
|
||||
|
||||
location ^~ /static/ {
|
||||
root /var/lib/gerboweb/static;
|
||||
root /var/lib/gerboweb;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[uwsgi]
|
||||
chmod-socket = 660
|
||||
master = True
|
||||
cheap = True
|
||||
idle = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue