Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
9 years ago
Diff never expires
Clear
Export
Share
Explain
1 removal
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
11 lines
Copy
0 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
11 lines
Copy
### fastcgi_cache start ###
### fastcgi_cache start ###
fastcgi_cache_methods GET;
fastcgi_cache_methods GET;
Copy
Copied
Copy
Copied
fastcgi_cache_key $scheme$request_method$host$request_uri
$mobile_request
;
fastcgi_cache_key $scheme$request_method$host$request_uri
;
fastcgi_cache_use_stale error timeout invalid_header updating http_500;
fastcgi_cache_use_stale error timeout invalid_header updating http_500;
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
fastcgi_cache fastcgicache;
fastcgi_cache fastcgicache;
fastcgi_no_cache $nocachecookie $nocacheuri;
fastcgi_no_cache $nocachecookie $nocacheuri;
fastcgi_cache_bypass $nocachecookie $nocacheuri;
fastcgi_cache_bypass $nocachecookie $nocacheuri;
fastcgi_cache_valid 200 301 302 303 304 404 15m;
fastcgi_cache_valid 200 301 302 303 304 404 15m;
add_header X-Cache-Status $upstream_cache_status;
add_header X-Cache-Status $upstream_cache_status;
### fastcgi_cache end ###
### fastcgi_cache end ###
Saved diffs
Original text
Open file
### fastcgi_cache start ### fastcgi_cache_methods GET; fastcgi_cache_key $scheme$request_method$host$request_uri$mobile_request; fastcgi_cache_use_stale error timeout invalid_header updating http_500; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; fastcgi_cache fastcgicache; fastcgi_no_cache $nocachecookie $nocacheuri; fastcgi_cache_bypass $nocachecookie $nocacheuri; fastcgi_cache_valid 200 301 302 303 304 404 15m; add_header X-Cache-Status $upstream_cache_status; ### fastcgi_cache end ###
Changed text
Open file
### fastcgi_cache start ### fastcgi_cache_methods GET; fastcgi_cache_key $scheme$request_method$host$request_uri; fastcgi_cache_use_stale error timeout invalid_header updating http_500; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; fastcgi_cache fastcgicache; fastcgi_no_cache $nocachecookie $nocacheuri; fastcgi_cache_bypass $nocachecookie $nocacheuri; fastcgi_cache_valid 200 301 302 303 304 404 15m; add_header X-Cache-Status $upstream_cache_status; ### fastcgi_cache end ###
Find difference