26 lines
719 B
Markdown
26 lines
719 B
Markdown
## 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.
|