diff options
Diffstat (limited to 'docker/frontend/etc/nginx/conf.d/default.conf')
-rw-r--r-- | docker/frontend/etc/nginx/conf.d/default.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/frontend/etc/nginx/conf.d/default.conf b/docker/frontend/etc/nginx/conf.d/default.conf index 5a8a206..1fcbf13 100644 --- a/docker/frontend/etc/nginx/conf.d/default.conf +++ b/docker/frontend/etc/nginx/conf.d/default.conf @@ -7,7 +7,6 @@ server { include fastcgi_params; fastcgi_pass unix:/run/fcgiwrap.sock; - fastcgi_param CGIT_CONFIG /etc/cgit/cgitrc; fastcgi_param SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi; # This looks stupid. Can I substitute any variable for $fastcgi_path_info? |