diff options
| -rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 95 | 95 | ||
| 96 | try_files $uri @cgit; | 96 | try_files $uri @cgit; |
| 97 | 97 | ||
| 98 | location @uwsgi { | 98 | location @cgit { |
| 99 | uwsgi_pass unix:/tmp/cgit.sock; | 99 | uwsgi_pass unix:/tmp/cgit.sock; |
| 100 | uwsgi_modifier1 9; | 100 | uwsgi_modifier1 9; |
| 101 | } | 101 | } |
