Skip to content

Add command in "How to install Nginx on Ubuntu 20.04" #1170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/how-to-install-nginx-on-ubuntu-20-04/01.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Now, that all necessary changes were made we can test our `Nginx` configuration.
For this execute the following command:

```shell
holu@10.0.0.1:~$ sudo rm /etc/nginx/sites-enabled/default && sudo rm /etc/nginx/sites-available/default
holu@10.0.0.1:~$ sudo nginx -t
```

Expand Down