From 5df684be293c388d026c1f2a288ed9061b2677f6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jun 2018 11:03:30 +0200 Subject: indentation --- custom/ymir-nginx.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 02ea2ca3..4f8a5489 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -153,15 +153,15 @@ in { listen [::]:443 ssl; server_name ~^(.*\.)?git\.yggdrasil\.li$; - root ${pkgs.cgit}/cgit; + root ${pkgs.cgit}/cgit; - try_files $uri @cgit; + try_files $uri @cgit; include ${favicon}; include ${acme}; location @cgit { - include ${uwsgi_params}; + include ${uwsgi_params}; uwsgi_pass unix:/tmp/git.yggdrasil.li.sock; uwsgi_modifier1 9; } @@ -174,15 +174,15 @@ in { listen [::]:443 ssl; server_name ~^(.*\.)?git\.rheperire\.org$; - root ${pkgs.cgit}/cgit; + root ${pkgs.cgit}/cgit; - try_files $uri @cgit; + try_files $uri @cgit; include ${favicon}; include ${acme}; location @cgit { - include ${uwsgi_params}; + include ${uwsgi_params}; uwsgi_pass unix:/tmp/git.rheperire.org.sock; uwsgi_modifier1 9; } -- cgit v1.2.3