Can I listen to the external ipfs network address?

I want create server on my smartphone, but i don’t have root user and i can’t listen port 80 and 433 and i don’t have public ip

Can i listen external ipfs port, get content on my server and send request ?

Response ipfs -> nginx listen ipfs -> phone data -> request in ipfs

server {
listen ipfs gateway ??? ;

root /var/www/news.web3/docs;
index index.html index.htm index.nginx-debian.html;

server_name news.web3 www.news.web3;

location / {
try_files $uri $uri/ =404;
}
}