Skip to content

Commit

Permalink
change the default port of nginx in the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
showersky committed Mar 3, 2021
1 parent be3b961 commit b1fc803
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion broker/edge1.json

This file was deleted.

4 changes: 2 additions & 2 deletions doc/en/source/onepage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ There are two ways to check if the FogFlow cloud node is started correctly:

- Check the system status from the FogFlow DashBoard

You can open the FogFlow dashboard in your web browser to see the current system status via the URL: http://<coreservice_ip>/index.html
You can open the FogFlow dashboard in your web browser to see the current system status via the URL: http://<my_hostip>/index.html


.. important::

If the FogFlow cloud node is behind a gateway, you need to create a mapping from the gateway IP to the coreservice_ip and then
If the FogFlow cloud node is behind a gateway, you need to create a mapping from the gateway IP to the my_hostip and then
access the FogFlow dashboard via the gateway IP;
If the FogFlow cloud node is a VM in a public cloud like Azure Cloud, Google Cloud, or Amazon Cloud, you need to access the
FogFlow dashboard via the public IP of your VM;
Expand Down
4 changes: 2 additions & 2 deletions docker/core/http/local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
designer:
image: fogflow/designer:latest
image: fogflow/designer
volumes:
- ./config.json:/app/config.json
ports:
Expand Down Expand Up @@ -81,4 +81,4 @@ services:
- 6080:6080
- 8082:8080
- 9082:9080
- 8000:8000
- 8000:8000
2 changes: 1 addition & 1 deletion release/3.2.2/cloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 8770:8770
- 80:80
depends_on:
- discovery
- cloud_broker
Expand Down
2 changes: 1 addition & 1 deletion release/3.2.2/cloud/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ events {

http {
server {
listen 8770;
listen 80;
server_name www.fogflow.io;

location / {
Expand Down
1 change: 0 additions & 1 deletion worker/edge1.json

This file was deleted.

0 comments on commit b1fc803

Please sign in to comment.