⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
DragonFlyBSD
All Projects
DragonFlyBSD
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (293 Bytes)
Bug #2263
» localhost.conf
nginx snipped -
matthiasr
, 12/17/2011 10:52 AM
server
{
listen
80
;
listen
[::]:
80
;
server_name
localhost
;
root
/
srv
/
www
/
localhost
;
index
index
.
html
index
.
htm
;
location
/
file1
.
txt
{
}
location
/
file2
.
txt
{
proxy_buffers
8
1
m
;
proxy_pass
http
://
localhost
/
file1
.
txt
;
}
}
« Previous
1
2
3
4
Next »
(2-2/4)
Loading...