diff --git a/conf.d/git.bbaovanc.com b/conf.d/git.bbaovanc.com index 59d0b4f..78bdc7e 100644 --- a/conf.d/git.bbaovanc.com +++ b/conf.d/git.bbaovanc.com @@ -8,18 +8,18 @@ git.bbaovanc.com { reverse_proxy localhost:81 { header_up X-Real-IP {remote_host} - @404 status 404 - handle_response @404 { - handle /bbaovanc/* { - root * /etc/caddy/github-redirect/ - rewrite * /index.php?uri={uri} - php_fastcgi unix//run/php/php-fpm.sock - } + #@404 status 404 + #handle_response @404 { + # handle /bbaovanc/* { + # root * /etc/caddy/github-redirect/ + # rewrite * /index.php?uri={uri} + # php_fastcgi unix//run/php/php-fpm.sock + # } - handle { - copy_response - } - } + # handle { + # copy_response + # } + #} } }