Skip to content

Commit cfcfd7b

Browse files
author
eleith
committed
simplify conf
1 parent 760f4e5 commit cfcfd7b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

other/proxies/nginx.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Tracker to expose the Dashboard publicly with a trusted certificate.
55

66
First, you will need to add the `APP_URL` and `ASSET_URL` environment variables
7-
to the docker compose.
7+
to your `docker-compose.yml`.
88

99
```yaml
1010
services:
@@ -67,11 +67,6 @@ server {
6767
proxy_set_header X-Forwarded-Server $host;
6868
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
6969
proxy_set_header X-Forwarded-Proto $scheme;
70-
proxy_redirect http:// https://;
71-
proxy_http_version 1.1;
72-
proxy_pass_request_headers on;
73-
proxy_set_header Connection "keep-alive";
74-
proxy_store off;
7570
7671
proxy_pass http://speedtest-container-host:80;
7772
}

0 commit comments

Comments
 (0)