Blame SOURCES/0001-Switch-git-instaweb-default-to-apache-2.26.2.patch

a98108
diff -ur a/git-instaweb.sh b/git-instaweb.sh
a98108
--- a/git-instaweb.sh	2020-04-20 17:52:30.000000000 +0200
a98108
+++ b/git-instaweb.sh	2020-05-27 12:36:20.725300334 +0200
a98108
@@ -36,7 +36,7 @@
a98108
 # Defaults:
a98108
 
a98108
 # if installed, it doesn't need further configuration (module_path)
a98108
-test -z "$httpd" && httpd='lighttpd -f'
a98108
+test -z "$httpd" && httpd='httpd -f'
a98108
 
a98108
 # Default is @@GITWEBDIR@@
a98108
 test -z "$root" && root='@@GITWEBDIR@@'