YunoHost-Apps / searx_ynh

Searx package for YunoHost
https://searx.github.io/searx/
GNU General Public License v3.0
20 stars 18 forks source link

nginx doesn't seems to like recursive location #10

Closed Psycojoker closed 7 years ago

Psycojoker commented 7 years ago

Hello,

Was producing this error:

nginx: [emerg] location "ynhpanel\.(js|json|css)" cannot be inside the named location "@searx" in /etc/nginx/conf.d/yunohost_panel.conf.inc:7

Moving the line in the other location fixed the situation following @opi advice.

This is the result of a modification of upstream yunohost conf https://github.com/YunoHost/yunohost/commit/bb11168c31064d6be6cba3b8f2c48bf3a70f02e8

magikcypress commented 7 years ago

Great ! Fixed this #8