Skip to content

Commit

Permalink
Fix typo in /ultrastack location block
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed Jul 2, 2024
1 parent 5368316 commit 6efd2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc/nginx/conf.d/site.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ server {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $site_domain;
proxy_set_header X-Forwarded-Server $site_domain;
proxy_set_header X-Forwarded-Host {{ site_domain }};
proxy_set_header X-Forwarded-Server {{ site_domain }};

proxy_no_cache 1;
proxy_cache_bypass 1;
Expand Down

0 comments on commit 6efd2d5

Please sign in to comment.