Skip to content

Commit

Permalink
Fix cache path.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 7, 2025
1 parent c3cc452 commit 8dc12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nginxplus/files/conf/http/pulfalight-prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ server {
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_cache pulfalight-stagingcache;
proxy_cache pulfalight-prodcache;
proxy_connect_timeout 2h;
proxy_send_timeout 2h;
proxy_read_timeout 2h;
Expand Down

0 comments on commit 8dc12b4

Please sign in to comment.