diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:43:15 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:43:15 +0530 |
commit | 51028529461c27ab27842df04260d5bdecf20d03 (patch) | |
tree | 7f6d53f0181a494b5f9274c3c23ffdeed0d53079 /content/development/comressed_response.rst | |
parent | 65e4d7377b33a1e35dd6d88de5b5331c45605da6 (diff) |
Upgrade to Pelican 4 s/{filename}/{static}/
Diffstat (limited to 'content/development/comressed_response.rst')
-rw-r--r-- | content/development/comressed_response.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/development/comressed_response.rst b/content/development/comressed_response.rst index 243758f..0966019 100644 --- a/content/development/comressed_response.rst +++ b/content/development/comressed_response.rst @@ -53,14 +53,14 @@ iceweasel to observe the network traffic. And below is what I observed in firebug network console!. -.. image:: {filename}/images/no-response-css.png +.. image:: {static}/images/no-response-css.png :alt: No response headers :align: center So you can see no response header in the above image but there is a response and below how is response content visible on firebug. -.. image:: {filename}/images/response-content.png +.. image:: {static}/images/response-content.png :alt: gzipped response :align: center @@ -117,7 +117,7 @@ behavior depends on internal implementation of **mod_uwsgi** and request response in **Firebug** network console and below is what I observed. -.. image:: {filename}/images/response-content-uwsgi-proxy.png +.. image:: {static}/images/response-content-uwsgi-proxy.png :alt: Response with mod_proxy_uwsgi :align: center |