use asgi
This commit is contained in:
@@ -38,12 +38,7 @@ http {
|
||||
keepalive 32;
|
||||
}
|
||||
|
||||
upstream websocket {
|
||||
server 127.0.0.1:8001;
|
||||
keepalive 32;
|
||||
}
|
||||
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header X-Frame-Options SAMEORIGIN always;
|
||||
add_header X-Content-Type-Options nosniff always;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user