0258ac7b by lihua

修改nginx端口号

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