Skip to content

Commit ffc4705

Browse files
easychenkylecarbs
authored andcommitted
update nginx config (#288)
should add one line `proxy_set_header Accept-Encoding gzip; ` or you may get a `Cannot GET /` error.
1 parent 2169045 commit ffc4705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/self-hosted/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ OPTIONS
8585
proxy_pass http://localhost:8443/;
8686
proxy_set_header Upgrade $http_upgrade;
8787
proxy_set_header Connection upgrade;
88+
proxy_set_header Accept-Encoding gzip;
8889
}
8990
}
9091
```

0 commit comments

Comments
 (0)