mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 20:52:54 +01:00
[fix][WIP] Remove ssl and http2 from redirect server block
This commit is contained in:
@@ -67,7 +67,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2 default_server;
|
listen 443 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
return 301 https://{{ url_base }}$request_uri;
|
return 301 https://{{ url_base }}$request_uri;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user