mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
4 lines
87 B
Text
4 lines
87 B
Text
server {
|
|
server_name headers.com;
|
|
add_header X-Content-Type-Options nosniff;
|
|
}
|