mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
fix
This commit is contained in:
parent
cc0fd87fdb
commit
3f04360320
2 changed files with 6 additions and 6 deletions
|
@ -55,8 +55,8 @@ port = 80
|
|||
|
||||
# Example unix socket server
|
||||
#[server.3]
|
||||
#bind = unix:/tmp/webircgateway.sock
|
||||
#bind_mode = 0777
|
||||
bind = unix:/tmp/webircgateway.sock
|
||||
bind_mode = 0777
|
||||
|
||||
# Serve static files from a web root folder.
|
||||
# Optional, but handy for serving the Kiwi IRC client if no other webserver is available
|
||||
|
@ -88,7 +88,7 @@ kiwiirc
|
|||
|
||||
# Connections will be sent to a random upstream
|
||||
[upstream.1]
|
||||
hostname = "irc.kiwiirc.com"
|
||||
hostname = "chat.freenode.net"
|
||||
port = 6667
|
||||
tls = false
|
||||
# Connection timeout in seconds
|
||||
|
|
|
@ -4,8 +4,8 @@ Documentation=https://github.com/kiwiirc/webircgateway
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=http
|
||||
Group=http
|
||||
User=www-data
|
||||
Group=www-data
|
||||
ExecStart=/var/www/webircgateway/kiwiirc --config=/var/www/webircgateway/config.conf
|
||||
ExecReload=/usr/bin/kill -USR1 $MAINPID
|
||||
LimitNOFILE=1048576
|
||||
|
|
Loading…
Reference in a new issue