aboutsummaryrefslogtreecommitdiff
path: root/nginx/homepage.conf
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-04 16:48:29 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-04 16:48:29 -0400
commit1749d63cf5cac08b325787939e751d9611193cc1 (patch)
tree4c2e04981611a45e29502653beab7c034fbe5853 /nginx/homepage.conf
parentf3c69c3fc06f342c25cfb043f1d0a8169fb034f9 (diff)
don't export all
Diffstat (limited to 'nginx/homepage.conf')
-rw-r--r--nginx/homepage.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf
index fc228b0..1095107 100644
--- a/nginx/homepage.conf
+++ b/nginx/homepage.conf
@@ -36,7 +36,6 @@ server {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend;
fastcgi_param PATH_INFO $uri;
- fastcgi_param GIT_HTTP_EXPORT_ALL 1;
fastcgi_param GIT_PROJECT_ROOT /var/git/repositories;
fastcgi_param HOME /var/git/repositories;
fastcgi_pass unix:/run/fcgiwrap.socket;