mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
Fix web server
This commit is contained in:
parent
0dea66feb0
commit
0dca6a2d18
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ port = __PORT__
|
|||
# Serve static files from a web root folder.
|
||||
# Optional, but handy for serving the Kiwi IRC client if no other webserver is available
|
||||
[fileserving]
|
||||
enabled = true
|
||||
enabled = false
|
||||
webroot = __INSTALL_DIR__/www/
|
||||
|
||||
[transports]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
location / {
|
||||
index index.html;
|
||||
root /usr/share/kiwiirc/;
|
||||
root __INSTALL_DIR/www/;
|
||||
}
|
||||
|
||||
location /webirc/ {
|
||||
|
|
Loading…
Reference in a new issue