Skip to content

Commit

Permalink
unlink default server
Browse files Browse the repository at this point in the history
  • Loading branch information
wcatz committed May 22, 2024
1 parent 3c4cc22 commit d13f160
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/stake-pool-guides/ogmios.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ Link it to sites enabled.
sudo ln -s /etc/nginx/sites-available/ogmios /etc/nginx/sites-enabled/
```

Unlink the current default server block

```bash
sudo unlink /etc/nginx/sites-enabled/default
```

Ensure Nginx is happy with it.

```bash
Expand Down

0 comments on commit d13f160

Please sign in to comment.