Skip to content

Commit 3183366

Browse files
committed
Fix Apache Header Name
1 parent 6fcd336 commit 3183366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/apache2/conf.d/elasticms.conf.gtpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{{- end }}
5252

5353
{{- if ne .Env.APACHE_PERMISSIONS_POLICY "" }}
54-
Header setifempty Referrer-Policy "{{ .Env.APACHE_PERMISSIONS_POLICY }}"
54+
Header setifempty Permissions-Policy "{{ .Env.APACHE_PERMISSIONS_POLICY }}"
5555
{{- end }}
5656

5757
{{- if ne .Env.APACHE_ACCESS_CONTROL_ALLOW_ORIGIN "" }}

0 commit comments

Comments
 (0)