Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Comment: we use a custom path in Debian
Forwarded: not-needed

--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -39,8 +39,8 @@ server:
 ui:
     autofocus : True # Autofocus search input
     archive_today : False # show archive.today links
-    static_path : "" # Custom static path - leave it blank if you didn't change
-    templates_path : "" # Custom templates path - leave it blank if you didn't change
+    static_path : "/usr/share/python3-searx/static" # Custom static path - leave it blank if you didn't change
+    templates_path : "/usr/share/python3-searx/templates" # Custom templates path - leave it blank if you didn't change
     default_theme : oscar # ui theme
     default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
     theme_args :
