Probe los ; separados del 80 y juntos también
Código [Seleccionar]
Restarting nginx: nginx: [emerg] invalid port in "[::]:" of the "listen" directive in /etc/nginx/sites-enabled/wintxcoders.com:22
nginx: configuration file /etc/nginx/nginx.conf test failed
Código [Seleccionar]
server {
listen 80;
listen [::]: 80;
root /usr/share/nginx/www/foro;
index index.html index.htm;
# Make site accessible from http://localhost/
server_name wintxcoders.com;