mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
4 lines
87 B
Text
4 lines
87 B
Text
server {
|
|
server_name headers.com;
|
|
add_header X-Content-Type-Options nosniff;
|
|
}
|