mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
5 lines
87 B
Text
5 lines
87 B
Text
|
|
server {
|
||
|
|
server_name headers.com;
|
||
|
|
add_header X-Content-Type-Options nosniff;
|
||
|
|
}
|