Install and config the Nginx
Install Nginx
service to the Server
Add a configuration for your Domain name Assume your domain name is *.example.com
Note:
server_name
: a generic domain namessl_certificate
andssl_certificate_key
: certificate for https.proxy_pass
: The port should be the Intranet port corresponding toingress-nginx-controller
service port 80
Reload the Nginx
config
Map your "catch-all (wildcard) subdomain(*.example.com)" to a public IP address
Last updated