%PDF- %PDF-
| Direktori : /var/lib/letsencrypt/backups/1698763734.4650052/ |
| Current File : //var/lib/letsencrypt/backups/1698763734.4650052/wordpress.conf_26 |
location / {
# This is cool because no php is touched for static content.
# include the "?$args" part so non-default permalinks doesn't break when using query string
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires 30d;
# log_not_found off;
}