You've already forked nginx-snippets
initial commit
This commit is contained in:
39
hostfiles/README.md
Normal file
39
hostfiles/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Nginx Hostfile Configuration Guide
|
||||
[](#)
|
||||
[](#)
|
||||
[](#)
|
||||
[](#)
|
||||
[](./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).
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user