#support

Changing Front-end Port for Cloudflare DNS with Subdomain

TLDR Romario asked about changing the front-end port to work with a subdomain and Cloudflare DNS. Prashant suggested using Nginx ingress controller and cert-manager, but Romario decided to use Nginx and Certbot with Docker Compose.

Powered by Struct AI
7
6mo
Solved
Join the chat
Apr 10, 2023 (6 months ago)
Romario
Photo of md5-6c7925cd4df7e39b036d2b26fb21013d
Romario
03:29 PM
Hello, can I change the front-end port to run on port 80 and have cloudflare DNS work with a subdomain? example: romario.mydomain.com -> signoz frontend

I’m want to use cloudflare proxying to have TLS configured automatically
04:58
Romario
04:58 PM
I’m going to plug nginx with certbot, easier 😄
Apr 11, 2023 (6 months ago)
Palash Gupta
Photo of md5-051f535431ff484f44f165e9a0b696a5
Palash Gupta
08:09 AM
Prashant
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
04:27 PM
Romario yes, using nginx ingress controller and cert-manager, it should be easy to set up TLS.

We have docs around the same here: https://signoz.io/docs/tutorial/setting-up-tls-for-signoz/
Romario
Photo of md5-6c7925cd4df7e39b036d2b26fb21013d
Romario
05:12 PM
But I’m not using K8s, I’m using docker compose
Apr 12, 2023 (6 months ago)
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
03:40 AM
I see. It makes sense to use Nginx and Certbot.