mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Merge pull request #14 from YunoHost-Apps/fix_nginx
Oups, PR conflict here !
This commit is contained in:
commit
1a190681ab
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ location __PATH__ {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
try_files $uri @searx;
|
try_files $uri @searx;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location @searx {
|
location @searx {
|
||||||
|
|
Loading…
Add table
Reference in a new issue