cdist-backup/conf/modules.obsoleted/nginx-website/nginx_config.sh
Nico Schottelius 4b5d7dda25 mega cleaunp discussion commit :-)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-03 13:24:56 +01:00

18 lines
330 B
Bash

cat << eof
#
# D-INFK SANS MANAGED FILE
# ========================
#
# Do not change this file. Changes will be overwritten by puppet.
#
server {
# Only bind on the reserved IP address
listen $nginx_website;
server_name $server_name;
location / {
root /home/services/www/$username/$server_name/www;
}
}
eof