diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:33:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:33:51 +0000 |
commit | d23112b4953950a06079ac59fac0ec27caef08de (patch) | |
tree | 1415b8bb99a5761240c41c8b1615a381cc84c16c /gitweb-httpd.conf | |
parent | 2aa40accdc688bf9cf56b258e4b9181bfea328b1 (diff) |
automatic import of gitopeneuler24.03_LTS
Diffstat (limited to 'gitweb-httpd.conf')
-rw-r--r-- | gitweb-httpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gitweb-httpd.conf b/gitweb-httpd.conf new file mode 100644 index 0000000..4f4eac7 --- /dev/null +++ b/gitweb-httpd.conf @@ -0,0 +1,7 @@ +Alias /git /var/www/git + +<Directory /var/www/git> + Options +ExecCGI + AddHandler cgi-script .cgi + DirectoryIndex gitweb.cgi +</Directory> |