Title: wp super cache stopped working (after a migration from Apache to NGINX + https)
Last modified: May 9, 2017

---

# wp super cache stopped working (after a migration from Apache to NGINX + https)

 *  [yurone](https://wordpress.org/support/users/yurone/)
 * (@yurone)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/wp-super-cache-stopped-working-after-a-migration-from-apache-to-nginx-https/)
 * hi.
 * after a migration from Apache to NGINX, wp super cache stopped working
    we are
   also now full https here is a debug message.
 * any advises how to fix ?
 * 08:01:39 5591 /wordpress-folder/my-page-url/ wp_cache_get_cookies_values: return:
   
   08:01:39 5591 /wordpress-folder/my-page-url/ Non empty GET request. Caching disabled
   on settings page. {“q”:”\/wordpress-folder\/my-page-url\/”} 08:01:40 5591 /wordpress-
   folder/my-page-url/ wp_cache_get_cookies_values: return: 08:01:40 5591 /wordpress-
   folder/my-page-url/ In WP Cache Phase 2 08:01:40 5591 /wordpress-folder/my-page-
   url/ Created mutex lock on semaphore: 714601499 08:01:40 5591 /wordpress-folder/
   my-page-url/ Setting up WordPress actions 08:01:40 5591 /wordpress-folder/my-
   page-url/ Supercache caching disabled. Only using wp-cache. Non empty GET request.{“
   q”:”\/wordpress-folder\/my-page-url\/”} 08:01:40 5591 /wordpress-folder/my-page-
   url/ Created output buffer 08:01:40 5591 /wordpress-folder/my-page-url/ Non empty
   GET request. Caching disabled on settings page. {“q”:”\/wordpress-folder\/my-
   page-url\/”} 08:01:40 5591 /wordpress-folder/my-page-url/ wp_cache_maybe_dynamic:
   returned $buffer
 * nginx CONF
 *  index index.php;
    if (!-e $request_filename) { rewrite ^(.+)$ //index.php?q=
   $1 last; } if ($scheme = http) { rewrite ^ [https://$server_name$request_uri](https://$server_name$request_uri)?
   permanent; } client_max_body_size 30m; location ~ [^/]\.php(/|$) { fastcgi_split_path_info
   ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php5-fpm-my_webapp.sock; fastcgi_index
   index.php; include fastcgi_params; fastcgi_param REMOTE_USER $remote_user; fastcgi_param
   PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename;

The topic ‘wp super cache stopped working (after a migration from Apache to NGINX
+ https)’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [yurone](https://wordpress.org/support/users/yurone/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/wp-super-cache-stopped-working-after-a-migration-from-apache-to-nginx-https/)
 * Status: not resolved