Compare commits

..

No commits in common. "83a4e631b5f94b3c55e2171cd8714da16a36a4ea" and "1f05685af93cbbe6237d349bc9b906be85c348a1" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1493,9 +1493,6 @@ inet_protocols = ipv4, ipv6
inet_interfaces = all
#inet_interfaces =
# # local service mapped from onion requests
# #
# 127.0.0.25
# 127.0.0.1
# $IPV4
# $IPV6

View File

@ -1480,7 +1480,7 @@ EOF
EOF
else
cat <<EOF >> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file
SetHandler "proxy:unix:/run/php/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1"
SetHandler "proxy:unix:/tmp/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1"
EOF
fi
cat <<EOF >> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file