diff --git a/conf/hosts.xml b/conf/hosts.xml index ddd42dd..ad7d401 100644 --- a/conf/hosts.xml +++ b/conf/hosts.xml @@ -1,14 +1,19 @@ - - -
DOMAINTOCHANGE
- muc.DOMAINTOCHANGE - pubsub.DOMAINTOCHANGE - vjud.DOMAINTOCHANGE - anonymous.DOMAINTOCHANGE - https://DOMAINTOCHANGEPATHTOCHANGE/http-bind - - - - - off + + +
DOMAINTOCHANGE
+ muc.DOMAINTOCHANGE + pubsub.DOMAINTOCHANGE + vjud.DOMAINTOCHANGE + anonymous.DOMAINTOCHANGE + stun.jappix.com + + + + https://DOMAINTOCHANGEPATHTOCHANGE/http-bind + + + + + + off
diff --git a/conf/main.xml b/conf/main.xml index ecdb602..9dbd7eb 100644 --- a/conf/main.xml +++ b/conf/main.xml @@ -1,32 +1,35 @@ - YunoJappix - a free social network - - - - YunoJappix - on - off - on - off - on - - off - on - off - off - off - off - - - off - - - off - off - off - off - /usr/bin/metronomectl - metronome + YunoJappix + a free social network + + + + fr + YunoJappix + on + off + on + off + on + + off + on + off + off + off + off + + + off + + + + + off + off + off + off + /usr/bin/metronomectl + metronome diff --git a/conf/nginx.conf b/conf/nginx.conf index f5ae612..23174fc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location PATHTOCHANGE/ { - alias ALIASTOCHANGE/ ; + alias ALIASTOCHANGE ; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }