Skip to content

Commit 8adcd46

Browse files
author
Josh Gachnang
committed
Also adding an example proxy conf, which should go in /etc/nginx/conf.d/
1 parent 71a28c3 commit 8adcd46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

register-nginx/proxy.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
server {
2+
location / {
3+
proxy_pass http://default;
4+
}
5+
}
6+
7+
8+

0 commit comments

Comments
 (0)