Skip to content

Commit

Permalink
Updates local host
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Feb 13, 2025
1 parent 6fff7cd commit a1cf232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
server_host: "webhooks." + BLOT_HOST,
// replace with "webhooks.blot.development" to test
relay_host: environment === "development" && "webhooks.blot.im",
development_host: "local.blot",
development_host: "localhost",
secret: process.env.BLOT_WEBHOOKS_SECRET
},

Expand Down
14 changes: 1 addition & 13 deletions config/openresty/conf/server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,7 @@ http {
{{> auto-ssl.conf}}

location / {
proxy_pass http://blot_node;
proxy_read_timeout 24h;
proxy_send_timeout 24h;
proxy_connect_timeout 24h;

# SSE-specific configurations
proxy_http_version 1.1; # SSE requires HTTP/1.1
proxy_set_header Connection ''; # Disable keep-alive
proxy_buffering off; # Disable response buffering
proxy_cache off; # Ensure no caching

# Failover behavior
proxy_next_upstream off; # Do not failover during SSE
{{> reverse-proxy-sse.conf}}
}
}

Expand Down
1 change: 1 addition & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Fix bugs with template engine:
- Write changes made via web interface to locally edited template folder to prevent clobbering when folder next syncs
- Prevent double submission on template editor at insertion and front-end levels
- Fix bug with template editor which resets content of a view. Follow up with [Nathan](https://mail.google.com/mail/u/0/#inbox/FMfcgxvzLhgJQTTQZvpsxJDBgnNQpJnJ) who has extensive steps to reproduce, and John
- Make it possible to rename template directories and tell [Darren](https://mail.google.com/mail/u/0/#inbox/FMfcgzGwHxvsmgwbnxLbDMNDplTLltlc)
Expand Down

0 comments on commit a1cf232

Please sign in to comment.