server/indent
This commit is contained in:
parent
f67bfa3365
commit
87467943d8
1 changed files with 3 additions and 3 deletions
|
@ -386,9 +386,9 @@ Security
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
||||||
|
|
||||||
Sites
|
Sites
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
Loading…
Reference in a new issue