Skip to content

Commit 00bf00e

Browse files
authoredOct 26, 2020
Apache Configuration: Update directive-flag to match '=' (#2612)
1 parent c2f6a64 commit 00bf00e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
 

‎components/prism-apacheconf.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎components/prism-apacheconf.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[OR]
22
[L,QSA]
3+
[L,R=301,NC]
34

45
----------------------------------------------------
56

67
[
78
["directive-flags", "[OR]"],
8-
["directive-flags", "[L,QSA]"]
9+
["directive-flags", "[L,QSA]"],
10+
["directive-flags", "[L,R=301,NC]"]
911
]
1012

1113
----------------------------------------------------
1214

13-
Checks for directive flags.
15+
Checks for directive flags.

0 commit comments

Comments
 (0)
Please sign in to comment.