mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 23:26:41 +08:00
Revert "cache cdn assets and strip cookies"
This reverts commit 18abf4f0d6a24140f72c6703dad203ec07c35cc2.
This commit is contained in:
parent
18abf4f0d6
commit
c7243bd6a2
@ -180,7 +180,7 @@ server {
|
|||||||
# This big block is needed so we can selectively enable
|
# This big block is needed so we can selectively enable
|
||||||
# acceleration for backups and avatars
|
# acceleration for backups and avatars
|
||||||
# see note about repetition above
|
# see note about repetition above
|
||||||
location ~ ^/(cdn_asset/|letter_avatar/|user_avatar|highlight-js|stylesheets|favicon/proxied) {
|
location ~ ^/(letter_avatar/|user_avatar|highlight-js|stylesheets|favicon/proxied) {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user