Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
鴉河雛@Friendica (karasu_sue@fd.korako.me)'s status on Tuesday, 10-Jan-2023 16:15:39 JST 鴉河雛@Friendica
@hanubeki うちも試したら同じでした。
一応お約束のやつをnginxにも入れているんですけど・・
server { listen 80; server_name fd.korako.me; location / { return 301 https://$host$request_uri; } }