Merge pull request #14 from YunoHost-Apps/fix_nginx

Oups, PR conflict here !
This commit is contained in:
Maniack Crudelis 2017-07-20 22:50:29 +02:00 committed by GitHub
commit 1a190681ab
1 changed files with 0 additions and 3 deletions

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 {