We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760f4e5 commit cfcfd7bCopy full SHA for cfcfd7b
other/proxies/nginx.md
@@ -4,7 +4,7 @@
4
Tracker to expose the Dashboard publicly with a trusted certificate.
5
6
First, you will need to add the `APP_URL` and `ASSET_URL` environment variables
7
-to the docker compose.
+to your `docker-compose.yml`.
8
9
```yaml
10
services:
@@ -67,11 +67,6 @@ server {
67
proxy_set_header X-Forwarded-Server $host;
68
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
69
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;
75
76
proxy_pass http://speedtest-container-host:80;
77
}
0 commit comments