summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 12:28:31 +0200
committerJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 15:19:38 +0200
commit19447032e9c7dc5c3bc8e8fe12af9a20297330fa (patch)
treea96a582a0a772a10fe599daa54bd8a97da1bf6bd
parentc3ab767d1b1fdf795eac51fc4933324452d08139 (diff)
Use Debian-specific static_path and templates_path
-rw-r--r--searx/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 17b0bd5..00dd0e8 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -16,8 +16,8 @@ server:
http_protocol_version : "1.0" # 1.0 and 1.1 are supported
ui:
- 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