♻: move wordpress specifics for nginx to nginx role
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m33s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m33s
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user