mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-03 12:25:54 +02:00
fix supervisrod to use a new server.static flag.
This commit is contained in:
parent
fe94c999c6
commit
e566095cda
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ redirect_stderr=true
|
||||||
|
|
||||||
[program:neko]
|
[program:neko]
|
||||||
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
||||||
command=/usr/bin/neko serve --static "/var/www"
|
command=/usr/bin/neko serve --server.static "/var/www"
|
||||||
stopsignal=INT
|
stopsignal=INT
|
||||||
stopwaitsecs=3
|
stopwaitsecs=3
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue