W dniu 13.09.2018 o 22:19, Oleg Cherkasov pisze:
On 13. sep. 2018 21:02, Marcin Trendota wrote:
There is nginx on port 80. I've turned off SELinux for testing purposes.
[root@chamber ~]# nmap chamber -p80 [...] PORT STATE SERVICE 80/tcp open http
[root@chamber ~]# nmap -p80 chmura.<domain> [...] PORT STATE SERVICE 80/tcp closed http
Do a quick check with netstat/ss if you have nginx running on all interfaces.
[root@chamber ~]# netstat -l | grep http tcp 0 0 0.0.0.0:http 0.0.0.0:* LISTEN tcp6 0 0 [::]:http [::]:* LISTEN
Looks like it is? Besides outside of my network this address works.
(Sorry about private email (;) )