Skip to content

Instantly share code, notes, and snippets.

View xdev00's full-sized avatar
🎯
Focusing

V xdev00

🎯
Focusing
  • Internet
View GitHub Profile
@xdev00
xdev00 / 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;