From c34b4814df17c8dd01b99f504a3ed5af2130b38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 7 Nov 2018 09:35:23 +0100 Subject: [PATCH] web: fix formatting --- web/rootfs/defaults/default | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/rootfs/defaults/default b/web/rootfs/defaults/default index 58ab063..3495abd 100644 --- a/web/rootfs/defaults/default +++ b/web/rootfs/defaults/default @@ -18,20 +18,20 @@ server { } location /config.js { - alias /config/config.js; + alias /config/config.js; } location /interface_config.js { - alias /config/interface_config.js; + alias /config/interface_config.js; } location /external_api.js { - alias /usr/share/jitsi-meet/libs/external_api.min.js; + alias /usr/share/jitsi-meet/libs/external_api.min.js; } - location / { - ssi on; - } + location / { + ssi on; + } # BOSH location /http-bind {