Files
nginx-snippets/hostfiles/README.md
2025-11-02 11:49:39 +01:00

40 lines
995 B
Markdown

# Nginx Hostfile Configuration Guide
[![OS](https://img.shields.io/badge/ubuntu-24.04-E95420)](#)
[![Shell](https://img.shields.io/badge/shell-bash-121011)](#)
[![WebServer](https://img.shields.io/badge/server-nginx-009639)](#)
[![PHP](https://img.shields.io/badge/php-fpm-777BB4)](#)
[![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE)
Instructions for adjusting host-specific configuration files included with the **nginx-snippets** collection.
## Configuration Adjustments Required
### Domain
Replace every occurrence of the variable `DOMAIN` in the configuration file with your actual domain name.
### PHP Socket
Update the PHP-FPM socket reference to match the version currently installed. For example, change:
```
PHPVERSION.sock
```
to something like:
```
php8.3-fpm.sock
```
---
### More Information
More guides and documentation can be found on [wiki.x-files.dk](https://wiki.x-files.dk)
---
### License
Licensed under the [MIT License](./LICENSE).
---