mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Add HTTP Link: header for canonical URL reference to mempool.space
This commit is contained in:
parent
926842d949
commit
50ccdc424d
@ -158,6 +158,7 @@ http {
|
|||||||
|
|
||||||
add_header X-Frame-Options $frameOptions;
|
add_header X-Frame-Options $frameOptions;
|
||||||
add_header Content-Security-Policy $contentSecurityPolicy;
|
add_header Content-Security-Policy $contentSecurityPolicy;
|
||||||
|
add_header Link "<https://mempool.space$request_uri>; rel=\"canonical\"";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
|
Loading…
Reference in New Issue
Block a user