minor formatting

This commit is contained in:
Ariel Rin
2023-10-31 23:52:34 +10:00
parent 60084de3db
commit ce25deeca1
6 changed files with 22 additions and 36 deletions

View File

@@ -11,45 +11,31 @@ If you're using a small VPS to host services with very limited memory, consider
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204
:::
:::{group-tab} CentOS 7
:::
:::{group-tab} CentOS Stream 8
:::
:::{group-tab} CentOS Stream 9
:::
::::
Ubuntu 1804, 2004:
```shell
apt-get install apache2
```
CentOS 7:
:::
:::{group-tab} CentOS 7
```shell
yum install httpd
```
Centos Stream 8, Stream 9
:::
:::{group-tab} CentOS Stream 8
```shell
dnf install httpd
```
:::
:::{group-tab} CentOS Stream 9
```shell
systemctl enable httpd
systemctl start httpd
```
:::
::::
CentOS 7, Stream 8, Stream 9
```shell
systemctl enable httpd
```
```shell
systemctl start httpd
```
## Configuration