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-tls module #785

Merged
merged 1 commit into from
Aug 24, 2022
Merged

nginx-tls module #785

merged 1 commit into from
Aug 24, 2022

Conversation

drebes
Copy link
Member

@drebes drebes commented Aug 24, 2022

No description provided.

@lcaggio
Copy link
Collaborator

lcaggio commented Aug 24, 2022

I recently had the need to configure a TCP reverse_proxy with NGINX.

# nginx.conf
events {}
stream {
    server {
        listen     443;
        proxy_pass $URL:443;
    }
}

Can we make the NGINX configuration a parameter that the user can specify?

@lcaggio
Copy link
Collaborator

lcaggio commented Aug 24, 2022

This can be achieved using the standard nginx module, please ignore.

@drebes drebes merged commit 40314b4 into GoogleCloudPlatform:master Aug 24, 2022
@drebes drebes deleted the nginx-tls branch August 24, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants