summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-29 18:19:59 +0000
committerNils Gillmann <ng0@n0.is>2018-10-29 18:19:59 +0000
commit1557ac02dfd2e0796dee1e551e45b7f8ebd8db36 (patch)
tree12ae98efde6c479a637d737ca348d388a3cfd165
parent15a3cd86080ada3b97d7406d75767638b318d2f6 (diff)
downloaddeployment-1557ac02dfd2e0796dee1e551e45b7f8ebd8db36.tar.gz
deployment-1557ac02dfd2e0796dee1e551e45b7f8ebd8db36.tar.bz2
deployment-1557ac02dfd2e0796dee1e551e45b7f8ebd8db36.zip
nginx locations which need to be defined, otherwise store locations are picked up
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--guix/etc/nginx/nginx.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/guix/etc/nginx/nginx.conf b/guix/etc/nginx/nginx.conf
index 13e8724..be461c5 100644
--- a/guix/etc/nginx/nginx.conf
+++ b/guix/etc/nginx/nginx.conf
@@ -36,6 +36,11 @@ http {
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
+ client_body_temp_path /var/run/nginx/body;
+ proxy_temp_path /var/run/nginx/proxy;
+ fastcgi_temp_path /var/run/nginx/fastcgi;
+ uwsgi_temp_path /var/run/nginx/uwsgi;
+ scgi_temp_path /var/run/nginx/scgi;
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log notice;