Update 'conf/nginx.conf'
This commit is contained in:
parent
cd0438172f
commit
b3a19cca79
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
location __PATH__ {
|
location __PATH__ {
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
# rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
try_files $uri @searx;
|
try_files $uri @searx;
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,4 @@ location @searx {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
#include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
Loading…
Reference in New Issue