From b332fae02af804ee0f0789f886215ad9c4447083 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Feb 2019 12:33:44 +0100 Subject: [PATCH] Add a location for /about. --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 0cd91c8..8bc22cb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -68,6 +68,10 @@ http { proxy_pass http://127.0.0.1:8080; } + location = /about { + proxy_pass http://127.0.0.1:8080; + } + location ^~ /vks/ { proxy_pass http://127.0.0.1:8080; }