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

how does nginx work #44

Open
Escanor-87 opened this issue Dec 18, 2024 · 0 comments
Open

how does nginx work #44

Escanor-87 opened this issue Dec 18, 2024 · 0 comments

Comments

@Escanor-87
Copy link

Sorry for oppening new issue but I have another notise:
every single sub.domain.com, domain.com, sub.domain.xyz I try to reverse_proxy with caddy or nginx is alwayz with REALITY's sertificate... Don't know how it works, but can't redirect my another ports))
I think it's because of these:
if ($host !~* ^(.+.)?domain.com$ ){return 444;}
if ($scheme * https) {set $safe 1;}
if ($ssl_server_name !
* ^(.+.)?domain.com$ ) {set $safe "${safe}0"; }
if ($safe = 10){return 444;}

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

1 participant