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

8 lines
183 B
Text

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