wkcrm.conf 171 B

1234567891011
  1. server {
  2. listen 80;
  3. server_name localhost;
  4. client_max_body_size 100M;
  5. location /api/ {
  6. proxy_pass http://47.103.60.8:8443;
  7. }
  8. }