Skip to content

Instantly share code, notes, and snippets.

View goivvy's full-sized avatar

Konstantin G. goivvy

View GitHub Profile
@goivvy
goivvy / etc-nginx-sites-enabled-default
Last active March 1, 2017 08:17
Nginx for Magento 2.1.3
server {
listen 80 default_server;
listen [::]:80 default_server;
set $MAGE_ROOT /var/www/html;
index index.html index.htm index.nginx-debian.html;
server_name _;