Updatede [common] to handle cookies
Websocket support on Wetty
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
header {
|
||||
X-Frame-Options "SAMEORIGIN"
|
||||
X-Content-Type-Options "nosniff"
|
||||
# Säker cookie för sessionhantering
|
||||
Set-Cookie "session_id=default; Path=/; SameSite=Lax; Secure; HttpOnly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,6 +53,9 @@ wetty.gynther.se {
|
||||
import common
|
||||
redir / /wetty
|
||||
reverse_proxy wetty:3001
|
||||
transport http {
|
||||
websocket # Aktivera WebSocket-stöd
|
||||
}
|
||||
}
|
||||
|
||||
portainer.gynther.se {
|
||||
|
||||
Reference in New Issue
Block a user