e3166c9102
Will automatically install paste.drizzle.org and paste.openstack.org onto a server Change-Id: Ia2c1e37892f3ae8e3d4034e38ddfaa01c6a92a54
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
server {
|
|
listen 80;
|
|
server_name paste.<%= name %>.org;
|
|
root /srv/lodgeit/<%= name %>;
|
|
|
|
location / {
|
|
proxy_pass http://localhost:<%= port %>/;
|
|
}
|
|
}
|
|
|