このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
nginx configuration: use more than one process
pull/457/head
Marcel Partap
6年前
親
4b42c1ec68
コミット
cfe025396f
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
ファイルの表示
@@ -8,7 +8,7 @@
# - various temp paths are changed to `/tmp`, so that a non-root user can write to them
# - the `user` directive was removed, as we don't want nginx to switch users
worker_processes
1
;
worker_processes
auto
;
error_log /var/log/nginx/error.log warn;
pid /tmp/nginx.pid;
書き込み
プレビュー
読み込み中…
キャンセル
保存