2022-03-21 0 7 web前端社区
server {
listen 80;
server_name 103.233.252.146;
location / {
proxy_pass http://127.0.0.1:8000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location /static {
root /home/shopadmin/shopadmin;
}
}
Copyright (C) 2021-2026 98社区 All Rights Reserved 蜀ICP备20012692号-3