nginx upstream is only for defining a cluster of proxied servers.

Chad Bergeron 2019-03-21 13:01:55 -04:00
parent 3a7e83550d
commit b295eda93a
1 changed files with 0 additions and 3 deletions

@ -9,9 +9,6 @@ nginx configuration for a local server listening on port 8080, mapping Calibre-W
```
http {
upstream calibre {
server 127.0.0.1:8083;
}
server {
client_max_body_size 20M;
location /calibre {