Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
NginXConfigDiff
作成日
7 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
14 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
26 行
すべてコピー
19 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
29 行
すべてコピー
server {
server {
コピー
コピー済み
コピー
コピー済み
server_name
_;
listen 80;
return 301 https://$host$request_uri
;
listen [::]:80;
server_name
contfix.co.il www.contfix.co.il
;
コピー
コピー済み
コピー
コピー済み
root /var/www/html;
ssl_certificate /etc/nginx/conf.d/ssl/contfix.co.il.crt;
index index.php index.html index.htm;
ssl_certificate_key /etc/nginx/conf.d/ssl/contfix.co.il.key;
ssl_dhparam /etc/nginx/conf.d/ssl/dhparam.pem;
root /var/www/html/contfix.co.il;
location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
fastcgi_pass 127.0.0.1:9000;
}
}
コピー
コピー済み
コピー
コピー済み
location
/
{
location
~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff)$
{
try_files $uri $uri/ =404
;
expires 365d
;
}
}
コピー
コピー済み
コピー
コピー済み
location ~
/\.ht
{
location ~
* \.(pdf)$
{
deny all
;
expires 30d
;
}
}
コピー
コピー済み
コピー
コピー済み
# notes {
# 443 ssl http2;
# [::]:443 ssl http2;
# }
}
}
コピー
コピー済み
コピー
コピー済み
保存された差分
原文
ファイルを開く
server { server_name _; return 301 https://$host$request_uri; root /var/www/html; index index.php index.html index.htm; location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass 127.0.0.1:9000; } location / { try_files $uri $uri/ =404; } location ~ /\.ht { deny all; } # notes { # 443 ssl http2; # [::]:443 ssl http2; # } }
変更されたテキスト
ファイルを開く
server { listen 80; listen [::]:80; server_name contfix.co.il www.contfix.co.il; ssl_certificate /etc/nginx/conf.d/ssl/contfix.co.il.crt; ssl_certificate_key /etc/nginx/conf.d/ssl/contfix.co.il.key; ssl_dhparam /etc/nginx/conf.d/ssl/dhparam.pem; root /var/www/html/contfix.co.il; location / { index index.php index.html index.htm; try_files $uri $uri/ /index.php?$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass 127.0.0.1:9000; } location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff)$ { expires 365d; } location ~* \.(pdf)$ { expires 30d; } }
違いを見つける