Changes to NGINX V2

pull/119/head
Tony Benoy 7 years ago committed by GitHub
parent 63058ace3e
commit 5a096fb2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -328,8 +328,8 @@ if [ $INSTALL_NGINX = "True" ]; then
}
EOF
mv ~/odoo /etc/nginx/sites-available/
ln -s /etc/nginx/sites-available/odoo /etc/nginx/sites-enabled/odoo
mv ~/$OE_USER /etc/nginx/sites-available/
ln -s /etc/nginx/sites-available/odoo /etc/nginx/sites-enabled/$OE_USER
rm /etc/nginx/sites-enabled/default
service nginx reload

Loading…
Cancel
Save