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

13
Career/Resources/Nginx.md Normal file
View File

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