91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

nginx中access_log的輸出目錄權限跟什么相關

發布時間:2021-12-10 16:26:44 來源:億速云 閱讀:253 作者:iii 欄目:大數據

這篇文章主要講解了“nginx中access_log的輸出目錄權限跟什么相關”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“nginx中access_log的輸出目錄權限跟什么相關”吧!

nginx.conf

http {
    log_format main escape=json '{'
              '"timestamp": "$time_iso8601",'
              '"http_x_real_ip": "$http_x_real_ip",'
              '"http_x_forwarded_for": "$http_x_forwarded_for",'
              '"remote_addr": "$remote_addr",'
              '"remote_user": "$remote_user",'
              '"domain": "$host",'
              '"server_addr": "$server_addr",'
              '"http_referer": "$http_referer",'
              '"request_method": "$request_method",'
              '"request_uri": "$request_uri",'
              '"request_body": "$request_body",'
              '"http_version": "$server_protocol",'
              '"request_time": $request_time,'
              '"upstream_response_time": "$upstream_response_time",'
              '"status": $status,'
              '"body_bytes_sent": $body_bytes_sent,'
              '"http_user_agent": "$http_user_agent",
      '}';

    access_log logs/access.log main;
    error_log logs/error.log;
}

server 日志按天保存

server {
    if ($time_iso8601 ~ '(\d{4}-\d{2}-\d{2})') {
        set $dt $1;
    }
    access_log /tmp/$dt.access.log main;
}
  • 說明:access_log的輸出目錄權限跟當前server相關

感謝各位的閱讀,以上就是“nginx中access_log的輸出目錄權限跟什么相關”的內容了,經過本文的學習后,相信大家對nginx中access_log的輸出目錄權限跟什么相關這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

教育| 夏津县| 凤台县| 黑河市| 建宁县| 朝阳市| 磐安县| 崇礼县| 无极县| 新化县| 双辽市| 纳雍县| 宿松县| 鄯善县| 岗巴县| 高清| 屏南县| 班戈县| 西乌珠穆沁旗| 岑溪市| 洛川县| 肃宁县| 建阳市| 泰宁县| 宁化县| 赣榆县| 邹城市| 山阳县| 都江堰市| 宜兰市| 南开区| 莫力| 图片| 宜宾县| 奉节县| 仁寿县| 伊川县| 饶阳县| 勐海县| 阿城市| 镇远县|