Skip to content

Commit

Permalink
Merge pull request #73 from Kgitman/main
Browse files Browse the repository at this point in the history
fix(typo): fixing some typo errors
  • Loading branch information
RCheesley authored May 29, 2024
2 parents 8814e7b + 2409565 commit 99bfa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ http {
proxy_set_header X-ARGS $args;
proxy_set_header Host $host;
proxy_set_header X-Host $host;
proxy_set_header Refer $http_refer;
proxy_set_header Refer $http_referer;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Ssl-Offloaded "1";
proxy_set_header X-Forwarded-Ssl on;
Expand All @@ -109,7 +109,7 @@ http {
}


location = /50x.tml {
location = /50x.html {
root /home/decidim/app/public;
}
location = /502.html {
Expand Down

0 comments on commit 99bfa82

Please sign in to comment.