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
|
@ -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…
Reference in New Issue