Skip to content

Commit 81d07f7

Browse files
committed
Fix the webhook path
1 parent eee290b commit 81d07f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/files/etc/apache2/sites-available/git.ruby-lang.org.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
Alias /cgit-css "/usr/share/cgit/"
2222

23-
ScriptAlias /webhook "/home/git/ruby-commit-hook/cgi-bin/webhook.cgi/"
24-
<Directory "/home/git/ruby-commit-hook/cgi-bin/">
23+
ScriptAlias /webhook "/home/git/git.ruby-lang.org/cgi-bin/webhook.cgi/"
24+
<Directory "/home/git/git.ruby-lang.org/cgi-bin/">
2525
AllowOverride None
2626
Options ExecCGI FollowSymlinks
2727
Require all granted

0 commit comments

Comments
 (0)