Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395636
vhost_location_fastcgi.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
791 B
Subscribers
None
vhost_location_fastcgi.erb
View Options
location
<%=
@location
%>
{
<%
if
@location_cfg_prepend
-%><%
@location_cfg_prepend
.
sort_by
{
|
k
,
v
|
k
}
.
each_line
do
|
key
,
value
|
-%>
<%=
key
%>
<%=
value
%>
;
<%
end
-%><%
end
-%>
<%
if
defined?
@www_root
-%>
root
<%=
@www_root
%>
;
<%
end
-%>
<%
if
@fastcgi_split_path
-%>
fastcgi_split_path_info
<%=
@fastcgi_split_path
%>
;
<%
end
-%>
<%
if
@try_files
-%>
try_files
<%
@try_files
.
each_line
do
|
try
|
-%>
<%=
try
%>
<%
end
-%>
;
<%
end
-%>
include
<%=
@fastcgi_params
%>
;
fastcgi_pass
<%=
@fastcgi
%>
;
<%
if
defined?
@fastcgi_script
%>
fastcgi_param SCRIPT_FILENAME
<%=
@fastcgi_script
%>
;
<%
end
-%>
<%
if
@location_cfg_append
-%><%
@location_cfg_append
.
sort_by
{
|
k
,
v
|
k
}
.
each_line
do
|
key
,
value
|
-%>
<%=
key
%>
<%=
value
%>
;
<%
end
-%><%
end
-%>
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:42 PM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399336
Attached To
rSPNGX Puppet NGINX management module
Event Timeline
Log In to Comment