FIX: Remove extra ;
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
upstream wopi_backend {
|
upstream wopi_backend {
|
||||||
server 10.0.0.250:9300;;
|
server 10.0.0.250:9300;
|
||||||
# Keep up to 32 idle connections per worker
|
# Keep up to 32 idle connections per worker
|
||||||
keepalive 16;
|
keepalive 16;
|
||||||
# Maximum time a connection can be idle
|
# Maximum time a connection can be idle
|
||||||
|
|||||||
Reference in New Issue
Block a user