Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @KDSys,
Thanks A lot for your answer, however I have indeed a symlink to /sites-enabled.
But what I do not understand, i can reach the site at http, but only with the port number of grafana (3000). HTTPS is indeed not working due to no SSL certificate.
My goal is to get a proper redirect (reverse proxy) from IP:3000 to the domain.
Hi @JMNSTYLZ,
At the moment, nothing should be working as you are returning a 301 redirect of your http://subdomain to https://subdomain however there is no SSL certificate avalable.
Additionally, what I can think of is to make sure you have your subdomain’s configuration file created as a sym-link in the /etc/nginx/sites-enabled/subdomain.conf folder.
One other thing, if this still doesn’t work, I’ll recommend checking out Nginx’s error log. It will display the exact error behind this behavior and you should be able to act upon it to resolve the issue.
Regards, KDSys