質問編集履歴

1

正規表現を変更

2015/07/21 11:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```
26
26
 
27
- if ($request_uri ~* "^/studyprogramming/.*") {
27
+ if ($request_uri ~ ^.*/studyprogramming/.*$) {
28
28
 
29
29
  set $do_not_cache 1;
30
30