Skip to content

Commit

Permalink
internal API ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sparvu committed Sep 26, 2018
1 parent afce724 commit 03eff39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/freebsd/nginx.aux.conf.arm
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ http {
index index.html;
root ../static;
}

server {
listen 127.0.0.1:9103;
index index.html;
root ../static;

# include application routes; this path is relative to this conf file!
include ../../app/conf/kernel-api-aux.conf;
}
}
9 changes: 9 additions & 0 deletions config/freebsd/nginx.aux.conf.x64
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@ http {
index index.html;
root ../static;
}

server {
listen 127.0.0.1:9103;
index index.html;
root ../static;

# include application routes; this path is relative to this conf file!
include ../../app/conf/kernel-api-aux.conf;
}
}

0 comments on commit 03eff39

Please sign in to comment.