You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx service fails to start with nginx: [emerg] socket() [::]:80 failed
What's your hardware set up?
RPi veversion 1
Solution
In /etc/nginx/sites-enabled/default comment out listen [::]:80 default_server; .
If this is the desired way, I can adapt the installation script for this.
The text was updated successfully, but these errors were encountered:
Describe your problem
Nginx service fails to start with
nginx: [emerg] socket() [::]:80 failed
What's your hardware set up?
RPi veversion 1
Solution
In
/etc/nginx/sites-enabled/default
comment outlisten [::]:80 default_server;
.If this is the desired way, I can adapt the installation script for this.
The text was updated successfully, but these errors were encountered: