Rutorrent container - how to change from port 80?

I want to route multiple rutorrent instances through one wireguard container. How do I change from port 80 to something else on rutorrent?

I tried adding this to the ngix.conf

server {
listen 80;
}

but it takes me to a generic ngix page. Thanks!