♻: move wordpress specifics for nginx to nginx role
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m33s

This commit is contained in:
VC
2025-04-11 08:24:10 +02:00
parent f4fcaca041
commit a9b279fe8b
5 changed files with 7 additions and 31 deletions

View File

@@ -1,4 +1,11 @@
## WP NintendojoFR
fastcgi_cache_path
/dev/shm/nginx
levels=1:2
keys_zone=wpdojo:25m
inactive=1h
max_size=250m;
server {
listen *:443 ssl http2;
listen [::]:443 ssl http2;