aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/web/templates/sites/liwt.cgit.conf.j2 (renamed from roles/web/templates/sites/liwt.git.conf.j2)3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/web/templates/sites/liwt.git.conf.j2 b/roles/web/templates/sites/liwt.cgit.conf.j2
index f448dd6..1c9af01 100644
--- a/roles/web/templates/sites/liwt.git.conf.j2
+++ b/roles/web/templates/sites/liwt.cgit.conf.j2
@@ -1,6 +1,6 @@
{% set domain = "liwt.net" %}
#
-# nginx/sites: liwt.git.conf
+# nginx/sites: liwt.cgit.conf
# Website: git.{{ domain }}
# Share/publish projects (git repositories) using `cgit`.
#
@@ -28,7 +28,6 @@ server {
try_files $uri @cgit;
location @cgit {
- # Require `www/uwsgi` package and configurations in `/etc/rc.conf`.
include uwsgi_params;
# modifier1: 9 - size of CGI block vars (HTTP request body excluded)
uwsgi_modifier1 9;