Coronon no problem, I haven’t changed any of the default configs and have only added the custom.conf.
These are all the contents of custom.conf
server {
# listen 3232;
# listen [::]:3232;
server_name subdomain.domain.sh;
access_log /var/log/nginx/reverse-access.log;
error_log /var/log/nginx/reverse-error.log;
location / {
proxy_pass http://localhost:32400;
}
}```