From 93de826856ad5ad0dcf1d60e75069fc1d0abc359 Mon Sep 17 00:00:00 2001 From: ghostforpy Date: Wed, 7 Jul 2021 23:54:00 +0300 Subject: [PATCH] add cookiecutter config for nginx --- cookiecutter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 0f9a2c769..367ab775a 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -32,6 +32,7 @@ "GCP", "None" ], + "use_nginx_for_serve_media_files": "n", "mail_service": [ "Mailgun", "Amazon SES", @@ -60,4 +61,4 @@ ], "keep_local_envs_in_vcs": "y", "debug": "n" -} +} \ No newline at end of file