質問するログイン新規登録

質問編集履歴

1

正規表現を変更

2015/07/21 11:03

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
 
13
13
  ```
14
- if ($request_uri ~* "^/studyprogramming/.*") {
14
+ if ($request_uri ~ ^.*/studyprogramming/.*$) {
15
15
  set $do_not_cache 1;
16
16
  }
17
17