aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-04-11 22:11:36 +0800
committerAaron LI <aly@aaronly.me>2018-04-11 22:11:36 +0800
commita53f889d9d0cf79b69d8f1fd3266e7ffe5bf210e (patch)
treeb099a1d432b063954d4f5a53485e6aaba7764672
parent664426aa60f86491636e9a42249f480783d7595e (diff)
downloadansible-dfly-vps-a53f889d9d0cf79b69d8f1fd3266e7ffe5bf210e.tar.bz2
web/sites: rename liwt.git.conf.j2 to liwt.cgit.conf.j2
-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;