docs: update home/server/nginx

This commit is contained in:
Lukas Forsberg 2025-09-27 19:47:21 +02:00 committed by Lukas Forsberg
parent cf0c164ce3
commit 478a8ae43a

View File

@ -2,7 +2,7 @@
title: nginx title: nginx
description: description:
published: true published: true
date: 2025-09-27T17:39:07.236Z date: 2025-09-27T17:47:20.076Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-09-27T13:50:53.553Z dateCreated: 2025-09-27T13:50:53.553Z
@ -48,3 +48,8 @@ Start it with
``` ```
sudo nginx -t sudo nginx -t
``` ```
Check its status with
```
sudo systemctl status nginx
```