loggin fix
parent
2640d166a1
commit
b639c52312
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
User=root
|
||||
WorkingDirectory=/srv/web-interface
|
||||
ExecStart=/usr/local/bin/gunicorn -b 0.0.0.0:80 wsgi:app --access-gfile /var/log/web-access.log --error-logfile /var/log/web-error.log
|
||||
ExecStart=/usr/local/bin/gunicorn -b 0.0.0.0:80 wsgi:app --access-logfile /var/log/web-access.log --error-logfile /var/log/web-error.log
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Reference in New Issue