From: Sam Date: Tue, 15 Jul 2014 00:16:53 +0000 (+1000) Subject: Add nginx cache directory X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=69c891fd052c6adf0fbb45333e01312fcbd752f9;p=discourse_docker.git Add nginx cache directory --- diff --git a/templates/web.template.yml b/templates/web.template.yml index 01d9751..ee6ef18 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -87,6 +87,7 @@ run: cmd: - "cp $home/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf" - "rm /etc/nginx/sites-enabled/default" + - "mkdir -p /var/nginx/cache" - replace: filename: /etc/nginx/nginx.conf