Skip to content

Commit

Permalink
Merge pull request #23 from LtCmdDudefellah/ar/fix-missing-comma
Browse files Browse the repository at this point in the history
fix missing comma
  • Loading branch information
marcqualie committed Dec 4, 2013
2 parents 38919ef + 52b5042 commit a18ea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-full.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def options_array
['with-auth-digest', nil, 'Compile with support for Auth Digest Module'],
['with-set-misc-module', nil, 'Compile with support for Set Misc Module'],
['with-redis2-module', nil, 'Compile with support for Redis2 Module'],
['with-array-var-module', nil, 'Compile with support for Array Var Module']
['with-array-var-module', nil, 'Compile with support for Array Var Module'],
['with-accept-language', nil, 'Compile with support for Accept Language Module'],
['with-accesskey-module', nil, 'Compile with support for HTTP Access Key Module'],
['with-auth-ldap', nil, 'Compile with support for Auth LDAP Module'],
Expand Down

0 comments on commit a18ea87

Please sign in to comment.