我開始了一個定式斷絕與命令:如何使fuseki提供gzip內容?
./fuseki-server --gzip=yes --update --loc=DB /dataset
然後發佈一些數據之後,我嘗試下載gzip壓縮的內容與命令:
curl -X GET \
-H "Accept: application/x-gzip" \
-H "Accept-Encoding: gzip" \
http://localhost:3030/dataset
但內容並沒有gzip壓縮。我需要額外的標題/配置來進行gzipping工作嗎?
或者你可以在前面粘貼一個Apache web服務器,mod_proxy_http –