nginx: fixup some paths
This commit is contained in:
parent
f131674bc0
commit
5f6ffe53e7
1 changed files with 4 additions and 3 deletions
|
@ -58,9 +58,10 @@ http {
|
|||
add_header "Vary" "Origin";
|
||||
access_log off;
|
||||
|
||||
client_body_temp_path /run/user/{{ .chezmoi.uid }}/nginx/body;
|
||||
fastcgi_temp_path /run/user/{{ .chezmoi.uid }}/nginx/fastcgi;
|
||||
|
||||
client_body_temp_path /run/user/1000/nginx/body;
|
||||
fastcgi_temp_path /run/user/1000/nginx/fastcgi;
|
||||
uwsgi_temp_path /run/user/1000/nginx/uwsgi;
|
||||
scgi_temp_path /run/user/1000/nginx/scgi;
|
||||
|
||||
server {
|
||||
server_name files.*;
|
||||
|
|
Loading…
Add table
Reference in a new issue