Skip to content

Instantly share code, notes, and snippets.

View mohammedhanine's full-sized avatar

Mohammed Hanine mohammedhanine

View GitHub Profile
@mohammedhanine
mohammedhanine / nginx-ps-config
Created September 22, 2017 21:37 — forked from ASergey/nginx-ps-config
Example prestashop 1.6 nginx host config
server {
listen 80;
server_name maxmobiles.lo *.maxmobiles.lo;
root /var/www/maxmobiles.lo;
error_log /var/www/maxmobiles.lo/log/error.log warn;
location / {
index index.html index.php; ## Allow a static html file to be shown first