add empty traffic-advice configuration
This commit is contained in:
parent
070ab91960
commit
fb5b72e121
@ -335,6 +335,10 @@ http {
|
|||||||
default_type application/json;
|
default_type application/json;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /.well-known/traffic-advice {
|
||||||
|
default_type application/trafficadvice+json;
|
||||||
|
}
|
||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
include snippets/security-headers.conf;
|
include snippets/security-headers.conf;
|
||||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||||
|
1
static/.well-known/traffic-advice
Normal file
1
static/.well-known/traffic-advice
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
Loading…
x
Reference in New Issue
Block a user