andreaskoch / dockerized-magento

A dockerized Magento Community Edition 1.9.x
BSD 3-Clause "New" or "Revised" License
279 stars 144 forks source link

NGINX Config #26

Closed brandontamm closed 7 years ago

brandontamm commented 7 years ago

Can you share which location we should be using to make changes to Nginx config files - /config/nginx or /docker-images/nginx ?

I wasn't able to figure out which set of config files were being after examining code (newbie :)

andreaskoch commented 7 years ago

Hi @brandontamm, the place for changes related to Nginx configuration files should be config/nginx.

The /docker-images folder contains customized docker image definitions, but not the runtime configurations for these images.

Greetings Andy