Use nginx as the web server, frontending node.
This commit is contained in:
parent
3d9985a372
commit
f82c487416
|
@ -1,8 +1,8 @@
|
|||
#blootstrap nginx conf
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:6699/;
|
||||
|
|
Loading…
Reference in New Issue