@opencode-cloud/core 3.1.7 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/package.json +1 -1
- package/src/docker/Dockerfile +1 -1
package/Cargo.toml
CHANGED
package/package.json
CHANGED
package/src/docker/Dockerfile
CHANGED
|
@@ -593,7 +593,7 @@ RUN rm -f /etc/nginx/sites-enabled/default /etc/nginx/conf.d/default.conf 2>/dev
|
|
|
593
593
|
' try_files $uri =404;' \
|
|
594
594
|
' }' \
|
|
595
595
|
'' \
|
|
596
|
-
' location ~ ^/(auth|
|
|
596
|
+
' location ~ ^/(agent|auth|command|config|event|events|global|lsp|mcp|path|permission|project|provider|pty|question|rpc|session|sessions|status|v1|vcs|ws|api) {' \
|
|
597
597
|
' proxy_pass http://127.0.0.1:3001;' \
|
|
598
598
|
' proxy_http_version 1.1;' \
|
|
599
599
|
' proxy_set_header Upgrade $http_upgrade;' \
|