diff --git a/production/nginx.conf b/production/nginx.conf index 141e43622..5fa80273f 100644 --- a/production/nginx.conf +++ b/production/nginx.conf @@ -158,6 +158,7 @@ http { add_header X-Frame-Options $frameOptions; add_header Content-Security-Policy $contentSecurityPolicy; + add_header Link "; rel=\"canonical\""; location / { try_files $uri $uri/ /index.html =404;