Skip to content

Commit 78d14c2

Browse files
committed
Added missing ; on header config
1 parent 0dc590c commit 78d14c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/proxy.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
location => '/media/private',
4040
location_alias => "/usr/share/nginx/$user/media/private/",
4141
location_custom_cfg_append => {
42-
add_header => "cache-control no-cache",
42+
add_header => "cache-control no-cache;",
4343
internal => "",
4444
},
4545
}

0 commit comments

Comments
 (0)