Add pastekitten.com domain

This commit is contained in:
Gregory Eremin
2013-07-25 16:42:54 +07:00
parent 897fa2d3cb
commit 78aed88570
2 changed files with 13 additions and 2 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ upstream pastekitten_unicorns {
}
server {
listen pm.localhots.xxx:80;
server_name pm.localhots.xxx;
listen pastekitten.com:80;
server_name pastekitten.com www.pastekitten.com pm.localhots.xxx;
root /home/www/apps/pastekitten/current;
client_max_body_size 10M;
keepalive_timeout 5;