質問編集履歴
1
正規表現を変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
```
|
26
26
|
|
27
|
-
if ($request_uri ~
|
27
|
+
if ($request_uri ~ ^.*/studyprogramming/.*$) {
|
28
28
|
|
29
29
|
set $do_not_cache 1;
|
30
30
|
|