Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395637
vhost_location_proxy.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
505 B
Subscribers
None
vhost_location_proxy.erb
View Options
location
<%=
location
%>
{
<%
if
@location_cfg_prepend
-%><%
location_cfg_prepend
.
each
do
|
key
,
value
|
-%>
<%=
key
%>
<%=
value
%>
;
<%
end
-%><%
end
-%>
<%
if
proxy_cache
-%>
proxy_cache
<%=
proxy_cache
%>
;
proxy_cache_valid
<%=
proxy_cache_valid
%>
;
<%
end
-%>
proxy_pass
<%=
proxy
%>
;
proxy_read_timeout
<%=
proxy_read_timeout
%>
;
<%
if
@location_cfg_append
-%><%
location_cfg_append
.
each
do
|
key
,
value
|
-%>
<%=
key
%>
<%=
value
%>
;
<%
end
-%><%
end
-%>
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:42 PM (10 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399337
Attached To
rSPNGX Puppet NGINX management module
Event Timeline
Log In to Comment