Skip to content

Commit

Permalink
Update linux.rst: update neo4j default ports
Browse files Browse the repository at this point in the history
Instead of HTTPS, neo4j default configuration file configures only HTTP listener and that is at 7474 by default => link in doc from HTTPS to HTTP.
  • Loading branch information
deggis committed Sep 12, 2023
1 parent a78dff3 commit a352d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Or use systemctl to start neo4j:

sudo systemctl start neo4j

7. Open a web browser and navigate to https://localhost:7474/. You should see the neo4j web console.
7. Open a web browser and navigate to http://localhost:7474/. You should see the neo4j web console.

8. Authenticate to neo4j in the web console with username neo4j, password neo4j. You’ll be prompted
to change this password.
Expand Down

1 comment on commit a352d71

@deggis
Copy link
Author

@deggis deggis commented on a352d71 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.