1
0
Fork 0
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:
Maniack Crudelis 2017-07-06 20:55:21 +02:00 committed by GitHub
parent 071e7fccbb
commit ba0ca37ed9

View file

@ -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 {