patches on sxsw ai working api key working container hardened plus many more
This commit is contained in:
@@ -28,7 +28,7 @@ server {
|
||||
if ($cookie_session = "") {
|
||||
return 401 '{"error":"Unauthorized"}';
|
||||
}
|
||||
proxy_pass http://127.0.0.1:3141/;
|
||||
proxy_pass http://127.0.0.1:3142/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
# Connection header managed by nginx default
|
||||
@@ -511,7 +511,7 @@ server {
|
||||
if ($cookie_session = "") {
|
||||
return 401 '{"error":"Unauthorized"}';
|
||||
}
|
||||
proxy_pass http://127.0.0.1:3141/;
|
||||
proxy_pass http://127.0.0.1:3142/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
# Connection header managed by nginx default
|
||||
|
||||
Reference in New Issue
Block a user