Init
This commit is contained in:
16
Career/Others/Nginx.md
Normal file
16
Career/Others/Nginx.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
created: 2025-07-03 10:19
|
||||
updated: 2025-07-03 10:35
|
||||
---
|
||||
## Header to Big
|
||||
Add
|
||||
```bash
|
||||
location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
# Bla bla
|
||||
fastcgi_buffers 16 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
}
|
||||
```
|
||||
|
||||
After
|
||||
Reference in New Issue
Block a user