mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +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]
|
||||
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
|
||||
stopwaitsecs=3
|
||||
autorestart=true
|
||||
|
|
Loading…
Add table
Reference in a new issue