diff --git a/proxy-frontend/nginx.conf b/proxy-frontend/nginx.conf index 77eaaec..7b0f160 100644 --- a/proxy-frontend/nginx.conf +++ b/proxy-frontend/nginx.conf @@ -1,5 +1,9 @@ # See: https://www.nginx.com/resources/wiki/start/topics/examples/full/ +events { + +} + http { include conf/mime.types; include /etc/nginx/proxy.conf;