Welcome to mirror list, hosted at ThFree Co, Russian Federation.

headers.com « sites-enabled « etc_nginx « testdata « tests « certbot_nginx « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c032928c751b31da4205e7ff923b4901ca50c0c (plain)
1
2
3
4
server {
    server_name headers.com;
    add_header X-Content-Type-Options nosniff;
}