Skip to content

Notion + Elog + Hexo + GitHub Actions + Vercel 博客解决方案

Notifications You must be signed in to change notification settings

Timeyangzai/notion-hexo

 
 

Repository files navigation

location ^~ /main { proxy_pass http://127.0.0.1:9100; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } location ^~ /data { proxy_redirect off; proxy_pass http://127.0.0.1:22662; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_read_timeout 300s; # Show realip in v2ray access.log proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }

About

Notion + Elog + Hexo + GitHub Actions + Vercel 博客解决方案

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%