@@ -75,7 +75,7 @@ server {
error_page 404 /index.php;
location ~ \.php\$ {
- fastcgi_pass unix:/run/php/php-fpm.sock;
+ fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
fastcgi_param SCRIPT_FILENAME \$realpath_root\$fastcgi_script_name;
include fastcgi_params;
}
@@ -80,6 +80,7 @@ echo 'setup git'
git config --global core.quotepath false
git config --global http.version HTTP/1.1
git config --global pull.rebase false
+git config --global http.proxy socks5h://0:8000
echo "done."