serverapps:nginx:phpfpm
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| serverapps:nginx:phpfpm [2023/08/27 06:45] – [/usr/local/etc/nginx/conf.d/options] hayashi | serverapps:nginx:phpfpm [2023/08/27 07:35] (現在) – [/usr/local/etc/php-fpm.d/www.conf] hayashi | ||
|---|---|---|---|
| 行 74: | 行 74: | ||
| group = www | group = www | ||
| listen = / | listen = / | ||
| - | listen.owner = www | + | listen.owner = www <= 設定しないと / |
| - | listen.group = www | + | listen.group = www < |
| - | listen.mode = 0666 | + | listen.mode = 0666 < |
| </ | </ | ||
| 行 117: | 行 117: | ||
| < | < | ||
| - | client_body_timeout | + | client_body_timeout |
| - | client_header_timeout | + | client_header_timeout |
| - | keepalive_timeout | + | keepalive_timeout |
| - | send_timeout | + | send_timeout |
| - | charset | + | charset |
| - | gzip on; | + | gzip on; |
| - | gzip_static | + | gzip_static |
| - | gzip_proxied | + | gzip_proxied |
| - | ignore_invalid_headers | + | ignore_invalid_headers |
| - | keepalive_requests | + | keepalive_requests |
| - | keepalive_disable | + | keepalive_disable |
| - | max_ranges | + | max_ranges |
| - | msie_padding | + | msie_padding |
| - | open_file_cache | + | open_file_cache |
| - | open_file_cache_errors | + | open_file_cache_errors |
| open_file_cache_min_uses | open_file_cache_min_uses | ||
| - | open_file_cache_valid | + | open_file_cache_valid |
| - | output_buffers | + | output_buffers |
| - | postpone_output | + | postpone_output |
| - | read_ahead | + | read_ahead |
| - | recursive_error_pages | + | recursive_error_pages |
| - | reset_timedout_connection | + | reset_timedout_connection on; |
| - | sendfile | + | sendfile |
| - | server_tokens | + | server_tokens |
| - | server_name_in_redirect | + | server_name_in_redirect |
| - | source_charset | + | source_charset |
| - | tcp_nodelay | + | tcp_nodelay |
| - | tcp_nopush | + | tcp_nopush |
| - | gzip_disable | + | gzip_disable |
| - | limit_req_zone | + | limit_req_zone |
| - | log_format | + | log_format |
| </ | </ | ||
| 行 162: | 行 162: | ||
| server { | server { | ||
| server_name example.com www.example.com; | server_name example.com www.example.com; | ||
| - | add_header | + | |
| + | add_header | ||
| + | add_header | ||
| add_header | add_header | ||
| limit_req | limit_req | ||
serverapps/nginx/phpfpm.1693118722.txt.gz · 最終更新: by hayashi
