Skip to content

Commit 06a04e1

Browse files
committed
Added missing ";" for proxies
1 parent 8f82bda commit 06a04e1

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
@@ -40,7 +40,7 @@
4040
location_alias => "/usr/share/nginx/$user/media/private/",
4141
location_custom_cfg_append => {
4242
add_header => "cache-control no-cache;",
43-
internal => "",
43+
internal => ";",
4444
},
4545
}
4646

0 commit comments

Comments
 (0)