Compose files, instructions and extras for using my automatic proxy containers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

hsts.conf 274B

12345678910
  1. # Enables HTTP Strict Transport Security (HSTS) which instructs browsers to
  2. # always request the resource over HTTPS, preventing a stripping/downgrade
  3. # attack.
  4. map $scheme $hsts_header {
  5. https max-age=31536000;
  6. }
  7. add_header Strict-Transport-Security $hsts_header;