Compare commits
No commits in common. "83a4e631b5f94b3c55e2171cd8714da16a36a4ea" and "1f05685af93cbbe6237d349bc9b906be85c348a1" have entirely different histories.
83a4e631b5
...
1f05685af9
@ -1493,9 +1493,6 @@ 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
|
||||||
|
@ -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:/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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user