diff options
Diffstat (limited to 'utils/templates/etc/uwsgi')
4 files changed, 4 insertions, 20 deletions
diff --git a/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini b/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini index 12543cf5b..3388e432f 100644 --- a/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini +++ b/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini @@ -75,11 +75,7 @@ pythonpath = ${SEARXNG_SRC} http = ${SEARXNG_INTERNAL_HTTP} buffer-size = 8192 -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true -# +# To serve the static files via the WSGI server static-map = /static=${SEARXNG_STATIC} static-gzip-all = True offload-threads = %k diff --git a/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini:socket b/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini:socket index 0e6a7529d..4a55f0ab6 100644 --- a/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini:socket +++ b/utils/templates/etc/uwsgi/apps-archlinux/searxng.ini:socket @@ -72,11 +72,7 @@ pythonpath = ${SEARXNG_SRC} socket = ${SEARXNG_UWSGI_SOCKET} buffer-size = 8192 -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true -# +# To serve the static files via the WSGI server static-map = /static=${SEARXNG_STATIC} static-gzip-all = True offload-threads = %k diff --git a/utils/templates/etc/uwsgi/apps-available/searxng.ini b/utils/templates/etc/uwsgi/apps-available/searxng.ini index 9887d7909..e47c74abc 100644 --- a/utils/templates/etc/uwsgi/apps-available/searxng.ini +++ b/utils/templates/etc/uwsgi/apps-available/searxng.ini @@ -78,11 +78,7 @@ pythonpath = ${SEARXNG_SRC} http = ${SEARXNG_INTERNAL_HTTP} buffer-size = 8192 -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true -# +# To serve the static files via the WSGI server static-map = /static=${SEARXNG_STATIC} static-gzip-all = True offload-threads = %k diff --git a/utils/templates/etc/uwsgi/apps-available/searxng.ini:socket b/utils/templates/etc/uwsgi/apps-available/searxng.ini:socket index 9e2cfc273..fb96973ba 100644 --- a/utils/templates/etc/uwsgi/apps-available/searxng.ini:socket +++ b/utils/templates/etc/uwsgi/apps-available/searxng.ini:socket @@ -75,11 +75,7 @@ pythonpath = ${SEARXNG_SRC} socket = ${SEARXNG_UWSGI_SOCKET} buffer-size = 8192 -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true -# +# To serve the static files via the WSGI server static-map = /static=${SEARXNG_STATIC} static-gzip-all = True offload-threads = %k |