Commit f41a4155 by lizefeng

Update nginx.conf

parent 976dc362
......@@ -224,6 +224,13 @@ http {
proxy_pass http://172.31.255.248;
}
}
server {
listen 80;
server_name admin.begogirls.com;
location / {
proxy_pass http://172.31.255.248;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment