Skip to content

Commit

Permalink
Merge pull request #698 from f5devcentral/nginx-unpriv
Browse files Browse the repository at this point in the history
fix temp dir perm issues
  • Loading branch information
aknot242 authored Aug 5, 2023
2 parents ae1f4f0 + a45b497 commit ec8dec7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spa/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ events {
}

http {
proxy_temp_path /tmp/proxy_temp;
client_body_temp_path /tmp/client_temp;
fastcgi_temp_path /tmp/fastcgi_temp;
uwsgi_temp_path /tmp/uwsgi_temp;
scgi_temp_path /tmp/scgi_temp;
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
Expand Down

0 comments on commit ec8dec7

Please sign in to comment.