Altered directory

This commit is contained in:
Dewi Roberts
2025-06-12 18:26:04 +03:00
parent 95c5d3aa80
commit c90456e53d

View File

@ -1,4 +1,4 @@
Create a `http_top.conf` file in your niginx custom directory (`data/nginx/custom/`) with the following content:
Create a `http_top.conf` file in your nginx `conf.d` directory (`/nginx/conf.d/`) with the following content:
```nginx
map $http_upgrade $connection_upgrade {
@ -7,10 +7,6 @@ map $http_upgrade $connection_upgrade {
}
```
note:::
You may need to create the `/custom` directory if it doesn't already exist.
:::
Use the following nginx template:
```nginx