mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 13:05:52 -04:00
Update configuration.md
This commit is contained in:
parent
5fbe741d70
commit
6dd3dc3f90
@ -467,7 +467,7 @@ This is only relevant when running `hugo server`, and it allows to set HTTP head
|
||||
{{< code-toggle file="config">}}
|
||||
[server]
|
||||
[[server.headers]]
|
||||
for = "/**.html"
|
||||
for = "/**"
|
||||
|
||||
[server.headers.values]
|
||||
X-Frame-Options = "DENY"
|
||||
@ -482,7 +482,7 @@ Since this is is "development only", it may make sense to put it below the `deve
|
||||
|
||||
{{< code-toggle file="config/development/server">}}
|
||||
[[headers]]
|
||||
for = "/**.html"
|
||||
for = "/**"
|
||||
|
||||
[headers.values]
|
||||
X-Frame-Options = "DENY"
|
||||
|
Loading…
x
Reference in New Issue
Block a user