Skip to content

Commit c53bb11

Browse files
authored
Add trailing newlines
1 parent 91a14cc commit c53bb11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wikijs.subdomain.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ server {
4141
set $upstream_port 3000;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44+
4445
}
4546

4647
location ~ (/wikijs)?/graphql {
@@ -50,5 +51,6 @@ server {
5051
set $upstream_port 3000;
5152
set $upstream_proto http;
5253
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
54+
5355
}
5456
}

0 commit comments

Comments
 (0)