# 学习node-server
server {
listen 8081;
# listen localhost:8081;
server_name localhost;
location / {
proxy_pass http://localhost:8001;
}
location /api/ {
proxy_pass http://localhost:8000;
proxy_set_header Host $host;
}
# access_log logs/frp.log main;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
zhangguijun/node-web-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
node-web-server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published