LINUX.ORG.RU

История изменений

Исправление Twissel, (текущая версия) :

Да, вот так работает

 
default_type text/html;
try_files $uri $uri/ /index.php?$args;
if ($http_user_agent ~* "Google Page Speed Insights") {
    return 200 "<html><body>Hello, Google!</body></html>";

Исходная версия Twissel, :

Да, вот так работает

 
default_type text/html;
try_files $uri $uri/ /index.php?$args;
if ($http_user_agent ~* "Google Page Speed Insights") {
    return 200 "<html><body>Hello, Google!</body></html>";