mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-23 19:49:02 +02:00
no default static serve files.
This commit is contained in:
parent
7c3ee0bd0f
commit
592b2cfd3a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,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 -d --static "/var/www"
|
command=/usr/bin/neko serve -d
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=800
|
priority=800
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue