aiastia / note

笔记
17 stars 5 forks source link

ngxin 配置 #16

Open aiastia opened 6 years ago

aiastia commented 6 years ago

server { listen 80; server_name aiastia.me www.aiastia.me; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:2368; } }