initial commit

This commit is contained in:
2025-08-08 12:25:26 +02:00
commit b146b71d61
37 changed files with 423 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
## Code snippets for use with Nginx
### Prerequisites
Nginx installed and running
### Download the snippets
```
git clone https://git.x-files.dk/ubuntu-web-server/nginxsnippets.git /etc/nginx/nginxsnippets
```
### Usage
An example can be found [\[here\]](https://git.x-files.dk/ubuntu-web-server/nginx-install/src/branch/main/cfg-apps/example.80.conf)
> **Important:**
>
> If you allready installed Nginx using the method found [\[here\]](https://git.x-files.dk/ubuntu-web-server/nginx-install) the code snippets will already be present.
### Post install
Nothing to do.
### More guides
More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk)
### Last tested
October 19th 2024 on Ubuntu 24.04.