Skip to content

Commit

Permalink
build(docker): nginx temp paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Feb 13, 2024
1 parent df63995 commit 0600350
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ http {
sendfile on;
keepalive_timeout 65;

client_body_temp_path /tmp/client_temp;
proxy_temp_path /tmp/proxy_temp_path;
fastcgi_temp_path /tmp/fastcgi_temp;
uwsgi_temp_path /tmp/uwsgi_temp;
scgi_temp_path /tmp/scgi_temp;

server {
listen 8082;
listen [::]:8082;
Expand Down

0 comments on commit 0600350

Please sign in to comment.