Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 348 Bytes

ngix-para-odoo-erp

sudo apt-get install nginx
cd /etc/nginx/sites-available
git clone https://github.com/falconsoft3d/ngix-para-odoo-erp/
cd ngix-para-odoo-erp/
sudo cp /etc/nginx/sites-available/ngix-para-odoo-erp/default.conf /etc/nginx/sites-available/default.conf
cd ..
mv default default-temp
mv default.conf default
nginx -s reload