Viewing 1 replies (of 1 total)
  • Thread Starter code012

    (@code012)

    For temporary fix, for this particular blog I had to change the nginx conf file where:

    location ~* ^.+\.(htm|html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|bz2|pdf|odt|txt|tar|bmp|rtf|js|swf|avi|mp4|mp3|ogg|flv)$

    to

    location ~* ^.+\.(htm|html|js)$

    just to disable caching static (images in this case) files for now.

    I’m pretty new to nginx so I don’t know what rewrite rules I have to use in order to make it work.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • The topic ‘nginx reverse proxy – everything works except /files/ path’ is closed to new replies.