950531a299
Adds planet module and planet.openstack.org site. Change-Id: Id4d495889346e0a0d85d0fd05e40d451b04d21b1 Note: will not work with current openstack-planet git branch. Update for that comming
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
server {
|
|
listen 80;
|
|
server_name planet.<%= name %>.org;
|
|
root /srv/planet/<%= name %>;
|
|
}
|