peertube-app/nginx/readonlyrootfs.conf

8 lines
182 B
Plaintext
Raw Normal View History

2024-01-10 17:04:08 +00:00
# this is already in a http block
client_body_temp_path /run/nginx;
proxy_temp_path /run/nginx;
fastcgi_temp_path /run/nginx;
uwsgi_temp_path /run/nginx;
scgi_temp_path /run/nginx;