We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900cba commit cdf891eCopy full SHA for cdf891e
1 file changed
install/vst-install.sh
@@ -412,6 +412,9 @@ chmod 640 /var/log/httpd/error_log
412
chmod 640 /var/log/httpd/suexec.log
413
chmod 751 /var/log/httpd/domains
414
415
+# Enable short_open_tag in php config
416
+sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini
417
+
418
# Nginx
419
if [ -e '/etc/nginx/nginx.conf' ]; then
420
mv /etc/nginx/nginx.conf $vst_backups/nginx/
0 commit comments