mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
update conf
This commit is contained in:
parent
01fbda2f9b
commit
b269f72a08
3 changed files with 51 additions and 43 deletions
|
@ -5,9 +5,14 @@
|
|||
<pubsub>pubsub.DOMAINTOCHANGE</pubsub>
|
||||
<vjud>vjud.DOMAINTOCHANGE</vjud>
|
||||
<anonymous>anonymous.DOMAINTOCHANGE</anonymous>
|
||||
<stun>stun.jappix.com</stun>
|
||||
<turn></turn>
|
||||
<turn_username></turn_username>
|
||||
<turn_password></turn_password>
|
||||
<bosh>https://DOMAINTOCHANGEPATHTOCHANGE/http-bind</bosh>
|
||||
<bosh_main></bosh_main>
|
||||
<bosh_mini></bosh_mini>
|
||||
<websocket></websocket>
|
||||
<static></static>
|
||||
<upload></upload>
|
||||
<bosh_proxy>off</bosh_proxy>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<owner_name></owner_name>
|
||||
<owner_website></owner_website>
|
||||
<legal></legal>
|
||||
<language>fr</language>
|
||||
<resource>YunoJappix</resource>
|
||||
<lock>on</lock>
|
||||
<anonymous>off</anonymous>
|
||||
|
@ -23,6 +24,8 @@
|
|||
<ads_enable>off</ads_enable>
|
||||
<ads_standard></ads_standard>
|
||||
<ads_content></ads_content>
|
||||
<gads_client></gads_client>
|
||||
<gads_slot></gads_slot>
|
||||
<multi_files>off</multi_files>
|
||||
<developer>off</developer>
|
||||
<statistics>off</statistics>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
location PATHTOCHANGE/ {
|
||||
alias ALIASTOCHANGE/ ;
|
||||
alias ALIASTOCHANGE ;
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue