このコミットが含まれているのは:
守矢諏訪子 2022-04-19 23:39:10 +09:00
コミット 06929384e9
1個のファイルの変更10行の追加1行の削除

ファイルの表示

@ -7,7 +7,16 @@ cp links.sample.json links.json
nvim links.json
```
ファイルの中に:
nginxのコンフィグで
```
location / {
add_header Permissions-Policy interest-cohort=();
rewrite ^/(.+)$ /index.php?url=$1 last;
try_files $uri $uri/ /404.html;
}
```
links.jsonファイルの中に
```
{
"hogehoge": "https://076.moe"