mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
enable short_open_tag support
This commit is contained in:
parent
a900cba77c
commit
cdf891e152
1 changed files with 3 additions and 0 deletions
|
@ -412,6 +412,9 @@ chmod 640 /var/log/httpd/error_log
|
|||
chmod 640 /var/log/httpd/suexec.log
|
||||
chmod 751 /var/log/httpd/domains
|
||||
|
||||
# Enable short_open_tag in php config
|
||||
sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini
|
||||
|
||||
# Nginx
|
||||
if [ -e '/etc/nginx/nginx.conf' ]; then
|
||||
mv /etc/nginx/nginx.conf $vst_backups/nginx/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue