Skip to content

Instantly share code, notes, and snippets.

@zeloc
zeloc / set-multiple-magento-2-websites-stores-nginx
Last active January 4, 2021 17:26 — forked from thiagolima-bm/set-multiple-magento-2-websites-stores-nginx
Configure Multiple Magento2 Websites or Stores with Nginx
#etc/nginx/sites-available
map $http_host $MAGE_RUN_CODE {
ecc-m234-s1.vm ubs_view;
}
server {
listen 80;
server_name mystore.com mystore.de mystore.es;
set $MAGE_ROOT /path/to/your/magento2;
set $MAGE_MODE default;
@zeloc
zeloc / Mailhog_installation.md
Created August 30, 2023 10:47 — forked from dipenparmar12/Mailhog_installation.md
Mailhog installation guide (Linux)

Mailhog

Video Tutorial

1. Install GoLang

Install

Mailhog Requires Go 1.4+ to run so we will install GO language in system.