summaryrefslogtreecommitdiff
path: root/utils/templates/etc/apache2/sites-available/searx.conf:uwsgi
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-07 18:31:51 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-07 18:31:51 +0200
commitee39a098acb2386abd5382de5c9476cc4ffe2e03 (patch)
tree196b289570df3bd6e014a45da63a3b8825e92f1d /utils/templates/etc/apache2/sites-available/searx.conf:uwsgi
parenteb0d4646d818fe12032379aae2fcd8b5bdb6467e (diff)
apache: normalize installation (docs and script)s over all distros
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/templates/etc/apache2/sites-available/searx.conf:uwsgi')
-rw-r--r--utils/templates/etc/apache2/sites-available/searx.conf:uwsgi27
1 files changed, 0 insertions, 27 deletions
diff --git a/utils/templates/etc/apache2/sites-available/searx.conf:uwsgi b/utils/templates/etc/apache2/sites-available/searx.conf:uwsgi
deleted file mode 100644
index 21e01ac4e..000000000
--- a/utils/templates/etc/apache2/sites-available/searx.conf:uwsgi
+++ /dev/null
@@ -1,27 +0,0 @@
-# -*- coding: utf-8; mode: apache -*-
-
-<IfModule mod_uwsgi.c>
-
- # SetEnvIf Request_URI "${SEARX_URL_PATH}" dontlog
- # CustomLog /dev/null combined env=dontlog
-
- <Location ${SEARX_URL_PATH}>
-
- <IfModule mod_security2.c>
- SecRuleEngine Off
- </IfModule>
-
- Require all granted
-
- Options FollowSymLinks Indexes
- SetHandler uwsgi-handler
- uWSGISocket ${SEARX_UWSGI_SOCKET}
-
- Order deny,allow
- Deny from all
- # Allow from fd00::/8 192.168.0.0/16 fe80::/10 127.0.0.0/8 ::1
- Allow from all
-
- </Location>
-
-</IfModule>