2018/05/20: Difference between revisions
< 2018
m Woozle moved page Woozle/toot.cat/2018/05/20 to 2018/05/20 without leaving a redirect: indended location |
No edit summary |
||
| 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
2026-05-30 Everything ok (as far as we know! 😅)
The wiki was successfully migrated this morning, yay! 🎉
|
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. |