mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[mod] nginx: remove cesium proxy_pass
This commit is contained in:
parent
54b49ddf16
commit
5dc4d3b259
1 changed files with 0 additions and 7 deletions
|
@ -19,13 +19,6 @@ location / {
|
||||||
access_by_lua_file /usr/share/ssowat/access.lua;
|
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 {
|
location /webui {
|
||||||
proxy_pass http://localhost:9220/;
|
proxy_pass http://localhost:9220/;
|
||||||
access_by_lua_file /usr/share/ssowat/access.lua;
|
access_by_lua_file /usr/share/ssowat/access.lua;
|
||||||
|
|
Loading…
Add table
Reference in a new issue