Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m running our site on nginx. Haven’t seen any Fancybox issues.

    Standard configuration, the only think I have about image files is

    # cache image files
    location ~* \.(jpe?g|gif|png|css|js|ico|pdf)$ {
      access_log        off;
      log_not_found     off;
      expires           1w;
    }

    I am running nginx as well and I do not have problems.
    I do not see what limitation of nginx should break the plugin.

    What is the output in the Firebug console?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: FancyBox for WordPress] Fancybox & nginx’ is closed to new replies.