From 6fd0d804498c12bbd76ea0c3f05b8732890ddecc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 13 Aug 2023 12:05:30 +0200 Subject: ... --- custom/ymir-nginx.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index bc4e0a78..8cc3b47c 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -210,25 +210,6 @@ in { uwsgi_modifier1 9; } } - - server { - listen *:443 ssl; - listen [::]:443 ssl; - server_name ~^(.*\.)?git\.rheperire\.org$; - - root ${pkgs.cgit}/cgit; - - try_files $uri @cgit; - - include ${favicon}; - include ${acme}; - - location @cgit { - include ${uwsgi_params}; - uwsgi_pass unix:/run/git.rheperire.org.sock; - uwsgi_modifier1 9; - } - } server { listen *:443 ssl; -- cgit v1.2.3