summaryrefslogtreecommitdiff
path: root/etc/nginx/nginx.conf
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-20 00:07:15 +0100
committertg(x) <*@tg-x.net>2017-01-20 00:07:15 +0100
commit6f2749e4c45f7d985d2998500215bc78ec9c5523 (patch)
treefed5bdff683188fc7f2ff603ad31caa33515d813 /etc/nginx/nginx.conf
parent8348785ed1c1febc6a7966cdab49191abe666961 (diff)
downloaddeployment-6f2749e4c45f7d985d2998500215bc78ec9c5523.tar.gz
deployment-6f2749e4c45f7d985d2998500215bc78ec9c5523.tar.bz2
deployment-6f2749e4c45f7d985d2998500215bc78ec9c5523.zip
nginx: taler.net: redirect based on accept-language header
Diffstat (limited to 'etc/nginx/nginx.conf')
-rw-r--r--etc/nginx/nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index 732400e..cc74255 100644
--- a/etc/nginx/nginx.conf
+++ b/etc/nginx/nginx.conf
@@ -2,6 +2,8 @@ user www-data;
worker_processes 4;
pid /var/run/nginx.pid;
+include /etc/nginx/modules-enabled/*.conf;
+
events {
worker_connections 768;
# multi_accept on;