-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
I've tried using proxy_pass but to no avail.
To test these, I tried streaming in OBS aswell as using the "curl" command in termal.
Using the answer is #1612 , results in:
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.24.0</center>
</body>
</html>
adding proxy_ssl_server_name on;
starts returning:
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
I have literally been attempting to fix this on and off for months to no avail. It would be easier if the module just started supporting https (and, no, Pull request #1683 ) didnt work. (for me atleast)
Metadata
Metadata
Assignees
Labels
No labels