Skip to content

Instantly share code, notes, and snippets.

@williangringo
Forked from deivisonarthur/seusite.conf
Last active August 29, 2015 14:17
Show Gist options
  • Save williangringo/110353e1366ac9ea1c85 to your computer and use it in GitHub Desktop.
Save williangringo/110353e1366ac9ea1c85 to your computer and use it in GitHub Desktop.
map $http_host $magesite {
ShopEmMagento.com default; #Se a url for www.ShopEmMagento.com joga para default
ShopEmMagento2.com store2; #Se a url for www.ShopEmMagento2.com joga para store2
}
server {
fastcgi_param MAGE_RUN_TYPE store;
fastcgi_param MAGE_RUN_CODE $magesite; #Aqui repassa para o Magento a loja
include fastcgi_params;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment