
server {
    listen 80;

    # 
    # This vhost will be enabled by /entrypoint.sh with the 'run-zed' or 'run-yves-and-zed' argument
    # 

    # listen to all domains which contains "zed"
    server_name ~".*zed.*";

    keepalive_timeout 0;
    access_log  /data/logs/zed-access.log extended;

    root /data/shop/public/Zed;

    include "spryker/zed.conf.d/*.conf";
}
