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