You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
开始按教程的方法反代后无法打开域名是空白,F12查看指向的js是403
后面我按下面这个反代后能正常打开域名,但是主题反代没生效
location ~ / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_pass http://127.0.0.1:8080;
}
上面这段代码反代可以只反代这一个就行,配置文件和detail,map不用单独反代
但是主题还是不行
Beta Was this translation helpful? Give feedback.
All reactions