1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
This commit is contained in:
ericgaspar 2022-02-03 18:58:38 +01:00
parent 8efcb6bc7b
commit f8bc5e34a4
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ location __PATH__/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header x-forwarded-for $remote_addr;
proxy_pass http://127.0.0.1:__PORT__;
proxy_pass http://127.0.0.1:__PORT__/kiwi/;
proxy_redirect default;
# Websocket support (from version 1.4)

View file

@ -100,10 +100,10 @@ ynh_exec_warn_less dpkg -i $tempdir/kiwiirc_20.05.24.1-1_amd64.deb
#=================================================
# NGINX CONFIGURATION
#=================================================
# ynh_script_progression --message="Configuring NGINX web server..." --weight=2
ynh_script_progression --message="Configuring NGINX web server..." --weight=2
# # Create a dedicated NGINX config
# ynh_add_nginx_config
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# SETUP SYSTEMD