This commit is contained in:
Stefan Wieczorek
2021-01-11 17:08:52 +01:00
parent baddc09994
commit 9d5f465c30

View File

@@ -32,6 +32,10 @@ server {
# try_files $uri $uri/ /blog/index.php?$args; # try_files $uri $uri/ /blog/index.php?$args;
#} #}
#include /etc/nginx/pagespeed.conf;
#pagespeed on;
#pagespeed FileCachePath "/home/cloudpanel/htdocs/domain.com/wp-content/cache/ngx_pagespeed/";
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
index index.php index.html; index index.php index.html;