Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用nginx proxy manager 反代后页面空白 #74

Open
wangweitung opened this issue Dec 30, 2023 · 9 comments
Open

使用nginx proxy manager 反代后页面空白 #74

wangweitung opened this issue Dec 30, 2023 · 9 comments

Comments

@wangweitung
Copy link

使用http://abc.com:8081访问正常。

使用nginx proxy manager 反代,想用https://outline.bcd.com访问,页面空白,这个要怎么设置下?求教。。

@lynliam
Copy link

lynliam commented Jan 19, 2024

我也遇到这个问题

@lynliam
Copy link

lynliam commented Jan 19, 2024

原因应该是因为混合http与https内容,但我也无法解决

@wangweitung
Copy link
Author

原因应该是因为混合http与https内容,但我也无法解决

哈哈,原来不止我一个,看样子只能http://abc.com:8081 访问了

@ID404
Copy link

ID404 commented Jan 26, 2024

修改config.sh配置
URL=https://ac.com
然后再make restart

@wangweitung
Copy link
Author

wangweitung commented Jan 26, 2024

修改config.sh配置 URL=https://ac.com 然后再make restart

感谢提示。

试过这种方式了,打开后,还是空白页。

修改后重新删除配置,就可以了。

sudo make stop

sudo make  clean

sudo make install

然后就可以用nginx proxy manager 反代https访问了。感谢~👍

@bolavefasfas
Copy link

Modify config.sh configuration URL = https://ac.com and then make restart

Thanks for the tip.

I tried this method, but after opening it, the page is still blank.

Just delete the configuration again after modifying it.

sudo make stop

sudo make  clean

sudo make install

Then you can use nginx proxy manager to reverse https access. Thanks~👍

Tried does not work can anyone else confirm

@CGG888
Copy link

CGG888 commented Jun 13, 2024

This setting can basically solve the problem, and most reverse proxy servers should be able to do it!
URL=https://my_url:8888
HTTP_IP=0.0.0.0

Use lucky for reverse proxy, and the local external network can access it normally! The URL must contain https://, otherwise it will not succeed. https:// is the domain name you need to bind!
Set the corresponding port of outline nginx for reverse proxy!
You can create an extra user in outline, delete one of them before stopping, and do not need to run the clean command. When you install again, add the user just now! Avoid adding too many accounts to the database

sudo make stop

sudo make install

If the reverse generation is not the same port, you need to add 2 rules,
https://my_url:8888 192.168.x.x:8888
https://my_url:443 192.168.x.x:8888

Only in this way can the access to port 443 be normal. If you access port 8888, just set the first forwarding!

@CGG888
Copy link

CGG888 commented Jun 13, 2024

4
3
2
1

@geekqq
Copy link

geekqq commented Dec 29, 2024

折腾了半天,问题和楼主一样。用ip+8888端口没问题正常使用。
http://192.168.1.227:8888
然后设置了npm 反向代理
image
然后用域名打开没有东西,是空白页面。
config.sh 设置改了URL和HTTP_IP之后,可以打开了,但是登录的时候无法跳转到首页:
image
image

点击登录之后进入,再点击使用OPENID继续的按钮点击没有反应。
image

请各位指教。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants