FIX: Remove extra ;

This commit is contained in:
2026-03-21 12:59:11 +00:00
parent 693aa12720
commit 3bf88ea638

View File

@@ -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