mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Oups, PR conflict here !
2 PR at the same time, and we have duplicated this include. To works fine, this include need to be at the end of the file. - [ ] Complete test - [ ] Upgrade previous version - [ ] Code review - [ ] Approval (LGTM) - [ ] Approval (LGTM) - [ ] CI succeeded [Minor decision](https://github.com/YunoHost/project-organization/blob/master/yunohost_project_organization.md#minor-decision), close on 13 of july, or 9 of july.
This commit is contained in:
parent
071e7fccbb
commit
ba0ca37ed9
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ location __PATH__ {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
try_files $uri @searx;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
location @searx {
|
||||
|
|
Loading…
Add table
Reference in a new issue