Skip to content

Commit

Permalink
PUN: Set the passenger_temp_path to be under tmp_root with the other … (
Browse files Browse the repository at this point in the history
#2091) (#2096)

PUN: Set the passenger_temp_path to be under tmp_root with the other temp files

Co-authored-by: davidmonro <davidm@davidmonro.net>
  • Loading branch information
johrstrom and davidmonro authored Jun 21, 2022
1 parent 21bf7bd commit c2534e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx_stage/templates/pun.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ http {
fastcgi_temp_path <%= tmp_root %>/fastcgi_temp;
uwsgi_temp_path <%= tmp_root %>/uwsgi_temp;
scgi_temp_path <%= tmp_root %>/scgi_temp;
passenger_temp_path <%= tmp_root %>/passenger_temp;

default_type application/octet-stream;

Expand Down

0 comments on commit c2534e0

Please sign in to comment.