Skip to content

Commit

Permalink
derps
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 9, 2024
1 parent d5b6cad commit f16f47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Usage/Nginx-Proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ xdg-open http://localhost/
```
Or even via https if the certificates are configured correctly:
```shell
xdg-open http://localhost/
xdg-open https://localhost/
```
</details>

Expand Down Expand Up @@ -113,9 +113,9 @@ http {
proxy_http_version 1.1;
proxy_buffering off;
proxy_cache_bypass $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
Expand Down

0 comments on commit f16f47f

Please sign in to comment.