Hocam nginx virtual host config içeriğini yazabilir misiniz?
/etc/nginx/conf.d/
/etc/nginx/
ayar dosyaları buradadır
Hocam bir turlu beceremedim,
benim app index.js nedense 3030 da calisiyor fakat 80e alamiyorum. dolayisiyla sadece site.com:3030 dan calisiyor app.
sudo netstat -tpln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1406/sshd
tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 1526/postgres
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 14841/nginx -g daem
tcp6 0 0 :::3030 :::* LISTEN 16594/index.js
tcp6 0 0 :::22 :::* LISTEN 1406/sshd
tcp6 0 0 :::5432 :::* LISTEN 1526/postgres
tcp6 0 0 :::4001 :::* LISTEN 16594/index.js
tcp6 0 0 :::80 :::* LISTEN 14841/nginx -g daem