From 9c0cd958b844bfd996ed6a1b34d56f50a107b22c Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Mon, 4 Jun 2018 12:01:30 +0100 Subject: [PATCH] restore docker uwsgi config for nginx. This fie was erroneously removed in 4610809e3d1b998a7e270834ba59bd6b820b5a7d --- docker/vidjil/conf/uwsgi.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker/vidjil/conf/uwsgi.conf diff --git a/docker/vidjil/conf/uwsgi.conf b/docker/vidjil/conf/uwsgi.conf new file mode 100644 index 000000000..d75ebfb5a --- /dev/null +++ b/docker/vidjil/conf/uwsgi.conf @@ -0,0 +1,6 @@ +include uwsgi_params; +uwsgi_param UWSGI_SCHEME $scheme; +uwsgi_param SERVER_SOFTWARE nginx/$nginx_version; +###remove the comments to turn on if you want gzip compression of your pages +# include /etc/nginx/conf.d/web2py/gzip.conf; +### end gzip section -- GitLab