Difference between revisions of "2018/05/20"
< 2018
Jump to navigation
Jump to search
m (1 revision imported: moved from HTYP) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{page/date|nav=[[2018/05/03|prev]] .. [[2018/05/20|today]] .. [[2018/05/30|next]] }} | ||
* '''symptom''': Main page came up, but with no toots. Some other pages would not respond at all. | * '''symptom''': Main page came up, but with no toots. Some other pages would not respond at all. | ||
* '''cause''': | * '''cause''': | ||
− | ** | + | ** {{l/htyp|Nginx}} wasn't starting, and the status returned by <code>systemctl status nginx.service</code> included the message <code>bind() to [::]:443 failed (98: Address already in use)</code>. |
** This was in turn because of a small problem in <code>/etc/nginx/sites-available/tootcat2.hypertwins.net.conf</code>. | ** This was in turn because of a small problem in <code>/etc/nginx/sites-available/tootcat2.hypertwins.net.conf</code>. | ||
Latest revision as of 19:03, 20 November 2022
Sunday, May 20, 2018 (#140)
server { listen 443 ssl; listen [::]:443 ssl ipv6only=on; The last line was set to I don't know why it was even working before; maybe the behavior of nginx changed between versions. |