diff options
Diffstat (limited to 'utils/templates/etc/httpd/sites-available')
| -rw-r--r-- | utils/templates/etc/httpd/sites-available/searxng.conf | 5 | ||||
| -rw-r--r-- | utils/templates/etc/httpd/sites-available/searxng.conf:socket | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/utils/templates/etc/httpd/sites-available/searxng.conf b/utils/templates/etc/httpd/sites-available/searxng.conf index 5278640c3..004066200 100644 --- a/utils/templates/etc/httpd/sites-available/searxng.conf +++ b/utils/templates/etc/httpd/sites-available/searxng.conf @@ -33,9 +33,6 @@ LoadModule proxy_http_module ${APACHE_MODULES}/mod_proxy_http.so </Location> -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true +# To serve the static files via the HTTP server # # Alias ${SEARXNG_URL_PATH}/static/ ${SEARXNG_STATIC}/ diff --git a/utils/templates/etc/httpd/sites-available/searxng.conf:socket b/utils/templates/etc/httpd/sites-available/searxng.conf:socket index b55ea7560..81bd7e4df 100644 --- a/utils/templates/etc/httpd/sites-available/searxng.conf:socket +++ b/utils/templates/etc/httpd/sites-available/searxng.conf:socket @@ -33,9 +33,6 @@ LoadModule proxy_uwsgi_module ${APACHE_MODULES}/mod_proxy_uwsgi.so </Location> -# uWSGI serves the static files and in settings.yml we use:: -# -# ui: -# static_use_hash: true +# To serve the static files via the HTTP server # # Alias ${SEARXNG_URL_PATH}/static/ ${SEARXNG_STATIC}/ |