Hellmerge #95 branch into 2.0-pre. #119

This commit is contained in:
Ian Renton
2026-08-08 09:52:14 +01:00
parent 4e7c5a05aa
commit ac35a920cf
13 changed files with 109 additions and 93 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ server {
}
# SSE endpoints
location ~ ^/api/v1/(spots|alerts)/stream/? {
location ~ ^/api/v2/(spots|alerts)/stream/? {
proxy_pass http://spothole:8080;
# Remove buffering, remove caching, add suitable timeouts for SSE API calls
@@ -147,4 +147,4 @@ server {
If desired, you could even change the port on which Spothole runs from 8080 to a plain 80, in which case your
`proxy_pass` statements could drop the `:8080` suffix. Since Spothole is in a container, it can serve HTTP on port 80
if desired, because it doesn't conflict with the host system.
if desired, because it doesn't conflict with the host system.