Skip to content

Instantly share code, notes, and snippets.

View kevin1193's full-sized avatar
🎯
Focusing

Kevin Abestilla kevin1193

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kevin1193 on github.
  • I am x2121 (https://keybase.io/x2121) on keybase.
  • I have a public key ASAQC3O_ONqGGx4fqpWN9iGoXWbwVsBFx5HpLcWsyEj6GQo

To claim this, I am signing this object:

@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;