diff --git a/content/guides/angular/containerize.md b/content/guides/angular/containerize.md index 5068a5ea8eb2..f8ce7080e00c 100644 --- a/content/guides/angular/containerize.md +++ b/content/guides/angular/containerize.md @@ -280,6 +280,12 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; + 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; + # Logging access_log off; error_log /dev/stderr warn;