mastodon-app/nginx_readonlyrootfs.conf
2019-07-17 16:47:40 -07:00

9 lines
183 B
Plaintext

# 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;