1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast-emojiwall_ynh.git synced 2024-09-03 19:56:19 +02:00

pembaruan konfigurasi

This commit is contained in:
Neko Nekowazarashi 2023-10-05 22:32:59 +07:00
parent 9d3d3d351b
commit 70dbd74e8f
2 changed files with 8 additions and 3 deletions

View file

@ -5,5 +5,11 @@
"port": __PORT__,
"public_port": 443,
"schema": "https"
},
"analytics": {
"enable": false,
"domain": "",
"scriptSource": "",
"dataEndpoint": ""
}
}

View file

@ -1,5 +1,4 @@
#root_path_only location / {
#sub_path_only location __PATH__ {
location __PATH__ {
# Standard nginx configuration
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
@ -7,7 +6,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:__PORT____PATH__;
proxy_pass http://localhost:__PORT__/;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;