This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

12
Nginx.md Normal file
View File

@@ -0,0 +1,12 @@
## Header to Big
Add
```bash
location ~ \.php$ {
include fastcgi_params;
# Bla bla
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
```
After