質問編集履歴
1
正規表現を変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
```
|
14
|
-
if ($request_uri ~
|
14
|
+
if ($request_uri ~ ^.*/studyprogramming/.*$) {
|
15
15
|
set $do_not_cache 1;
|
16
16
|
}
|
17
17
|
|