We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8fa13 commit ba8a957Copy full SHA for ba8a957
pom.xml
@@ -20,7 +20,7 @@
20
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21
<modelVersion>4.0.0</modelVersion>
22
23
- <groupId>com.github</groupId>
+ <groupId>com.github.odiszapc</groupId>
24
<artifactId>nginxparser</artifactId>
25
<version>0.0.1</version>
26
<packaging>jar</packaging>
src/test/resources/nested/c3.conf
@@ -0,0 +1,10 @@
1
+http {
2
+ server {
3
+ location /hello {
4
+ set $memc_cmd $arg_cmd;
5
+ set_unescape_uri $name $arg_name;
6
+ set_if_empty $name "Anonymous";
7
+ memc_pass 127.0.0.1: 11211;
8
+ }
9
10
+}
0 commit comments