From 5dc4d3b2596f5ce7a9f6e4d1253aae0ea7966e17 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 29 Nov 2018 16:47:13 +0100 Subject: [PATCH] [mod] nginx: remove cesium proxy_pass --- conf/nginx.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 505fa9e..4d4eb3d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,13 +19,6 @@ location / { access_by_lua_file /usr/share/ssowat/access.lua; } - location /cesium { - proxy_pass http://localhost:9220; - access_by_lua_file /usr/share/ssowat/access.lua; - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; - } - location /webui { proxy_pass http://localhost:9220/; access_by_lua_file /usr/share/ssowat/access.lua;