0258ac7b by lihua

修改nginx端口号

1 parent fdbdf6e5
server {
listen 9000;
listen [::]:9000;
listen 80;
listen [::]:80;
server_name localhost;
client_max_body_size 100M;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!