serverapps:nginx:phpfpm
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
serverapps:nginx:phpfpm [2018/07/30 08:31] – [/usr/local/etc/php-fpm.d/www.conf] 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 off; | + | 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 | ||
行 229: | 行 231: | ||
# | # | ||
# | # | ||
- | include fastcgi_params; | + | include fastcgi_params; |
</ | </ | ||
===== 起動 ===== | ===== 起動 ===== |
serverapps/nginx/phpfpm.1532939480.txt.gz · 最終更新: 2018/07/30 08:31 by hayashi