Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #33828, comment 8


Ignore:
Timestamp:
09/14/2015 01:44:13 PM (10 years ago)
Author:
Jyria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33828, comment 8

    v1 v2  
    22I found the culprit!
    33
    4 On my server was an nginx directive snippet in place which cause firefox to stumble over its feet while interpreting Cache-Control which was sent by my nginx.
    5 The problem were the wrong font signs for " wrapping "public" in the following code snippet:  ( these were the wrong ones: ″ (forum interpreter shows the correct ones, but when viewing the post in edit mode I see the other quote marks ) )
     4On my server was an nginx directive snippet in place which caused firefox to stumble over its feet while interpreting Cache-Control which was sent by my nginx.
     5The problem was wrong quote marks used for " wrapping "public" in the following code snippet:  ( these were the wrong ones: ″ (forum interpreter shows the correct ones, but when viewing the post in edit mode I see the other quote marks ) )
    66`location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
    77    expires 30d;