Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

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

View File

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