Skip to content

Commit ba8a957

Browse files
committed
move to com.github.odiszapc.nginxparser namespace
1 parent 6d8fa13 commit ba8a957

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>com.github</groupId>
23+
<groupId>com.github.odiszapc</groupId>
2424
<artifactId>nginxparser</artifactId>
2525
<version>0.0.1</version>
2626
<packaging>jar</packaging>

src/test/resources/nested/c3.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)