Skip to content

Instantly share code, notes, and snippets.

# ---------------------------------------------------------------
# CMS Rule Set
# Copyright (C) 2015 Yoshinori Matsumoto All rights reserved.
# ---------------------------------------------------------------
#
# WHITE LIST
#
SecRule REMOTE_ADDR "@ipMatch 113.37.16.194" \
@ym405nm
ym405nm / default
Last active July 1, 2017 03:02
nginx の location 設定部分
# プラグインに対するアクセスを拒否する
location ^~ /wp-content/plugins/ {
access_log /var/log/nginx/plugins.log format;
error_log /var/log/nginx/plugins.log;
return 403;
}
# テーマに対するアクセスを拒否する
location ^~ /wp-content/themes/ {
access_log /var/log/nginx/themes.log format;
@ym405nm
ym405nm / blog.md
Created December 10, 2017 07:48
壊れかけのRadioスクリプト

壊れかけのRadio(スクリプト)

思春期に~少年から~(自粛

ということで、 #ssmjp Advent Calendar 12月7日の記事になります。

https://adventar.org/calendars/2286

動機