From 2ec4f69f6f494def901826ad8fdbfb05d2fcfb75 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 15 Sep 2019 10:20:40 -0400 Subject: Clean up the documentation a little bit more --- nginx.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 6f9fafa..38b31df 100644 --- a/nginx.conf +++ b/nginx.conf @@ -33,6 +33,8 @@ http { uwsgi_pass app:9200; } + # Pass through the static directory + # This should match whatever is in your config file location /static { alias /var/www; } @@ -40,6 +42,11 @@ http { alias /var/www/static/robots.txt; } + + # Optionally change the log path. + # access_log /var/log/nginx/dispatch.example.com/access.log; + # error_log /var/log/nginx/dispatch.example.com/error.log; + } include conf.d/*.conf; -- cgit v1.2.3