Skip to content

Commit b22b85d

Browse files
committed
updates
1 parent c2d0e41 commit b22b85d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/app-service/app-service-web-tutorial-custom-domain.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,8 @@ Browse to the DNS names that you configured.
160160

161161
If you receive an HTTP 404 (Not Found) error when you browse to the URL of your custom domain, the two most likely causes are:
162162

163-
<<<<<<< HEAD
164-
- The browser client has cached the old IP address of your domain. Clear the cache, and test DNS resolution again. On a Windows machine, you clear the cache with `ipconfig /flushdns`.
165-
- You configured an IP-based certificate binding, and the app's IP address has changed because of it. [Remap the A record](configure-ssl-bindings.md#remap-records-for-ip-based-ssl) in your DNS entries to the new IP address.
166-
=======
167163
- The browser client has cached the old IP address of your domain. Clear the cache and test the DNS resolution again. On a Windows machine, you can clear the cache with `ipconfig /flushdns`.
168-
- You configured an IP-based certificate binding, and the app's IP address has changed because of it. [Remap the A record](configure-ssl-bindings.md#2-remap-records-for-ip-based-ssl) in your DNS entries to the new IP address.
169-
>>>>>>> 239ae51ef96ed64621147e67420cf3cda5bf0337
164+
- You configured an IP-based certificate binding, and the app's IP address has changed because of it. [Remap the A record](configure-ssl-bindings.md#-remap-records-for-ip-based-ssl) in your DNS entries to the new IP address.
170165

171166
If you receive a `Page not secure` warning or error, it's because your domain doesn't have a certificate binding yet. [Add a private certificate for the domain](configure-ssl-certificate.md) and [configure the binding](configure-ssl-bindings.md).
172167

0 commit comments

Comments
 (0)