Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks [CI SKIP]
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2024
1 parent edfe4d3 commit efc0794
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/my-httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ SSLRandomSeed connect builtin
</IfModule>

# Enable WebSocket proxy
ProxyPass "/api/ws" "ws://localhost:5000/ws" retry=120 keepalive=On timeout=9999 ttl=9999
ProxyPassReverse "/api/ws" "ws://localhost:5000/ws" retry=120
ProxyPass "/api/ws" "ws://localhost:5000/ws" retry=120 keepalive=On timeout=9999 ttl=9999
ProxyPassReverse "/api/ws" "ws://localhost:5000/ws" retry=120
# ProxyWebsocketIdleTimeout 300
ProxyWebsocketFallbackToProxyHttp Off
2 changes: 1 addition & 1 deletion docs/docs/20-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Before installing Container Echoes, ensure you have the following:
## Initial Configuration

- Set environment variables as per your setup requirements (see [Environment Variables](30-env-vars.md)).
- Configure log paths and retention policies through the web interface.
- Configure log paths and retention policies through the web interface.
2 changes: 1 addition & 1 deletion docs/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

.buttons a:first-child {
margin-left: 0;
}
}
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[]
[]

0 comments on commit efc0794

Please sign in to comment.