From a8f902b6255ac7a59418b6dd9302f73591e28ed9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 02:05:31 +0100 Subject: typo --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 9c926867..638e2ac4 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -95,7 +95,7 @@ in { try_files $uri @cgit; - location @uwsgi { + location @cgit { uwsgi_pass unix:/tmp/cgit.sock; uwsgi_modifier1 9; } -- cgit v1.2.3