Skip to content

Instantly share code, notes, and snippets.

View kevin1193's full-sized avatar
🎯
Focusing

Kevin Abestilla kevin1193

🎯
Focusing
View GitHub Profile
@kevin1193
kevin1193 / prestashop.conf
Created September 26, 2017 22:09 — forked from julienbourdeau/prestashop.conf
PrestaShop Nginx Configuration
server {
listen 80;
listen [::]:80; #Use this to enable IPv6
server_name www.example.com;
root /var/www/prestashop17;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
index index.php index.html;