mirror of https://github.com/MISP/misp-docker
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
![]() |
server {
|
||
|
listen 80 default_server;
|
||
|
listen [::]:80 default_server;
|
||
|
|
||
|
# Disable access logs
|
||
|
access_log off;
|
||
|
log_not_found off;
|
||
|
error_log /dev/stderr error;
|
||
|
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|