自分が実施した設定変更に関するメモ
sudo vim /etc/nginx/conf.d/wordpres.conf
・・・・・・
location / {
index index.php index.html;
try_files $uri $uri/ /index.php?$args; <---- これを追加
}
・・・・・・
今までのURLが パラメータ含んだもので、GoogleSearchConsole からも辿れない状態になっていた(たぶん)
変更前: https://talesof.odajun.work/?p=xxx 変更後: https://talesof.odajun.work/YYYY/MM/DD/sample-post/