You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cloud-services/cloud-services-configuration-and-management-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ sections:
289
289
</configuration>
290
290
```
291
291
292
-
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
292
+
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
293
293
294
294
```cmd
295
295
%windir%\system32\inetsrv\appcmd set config /section:httpProtocol /+customHeaders.[name='X-Content-Type-Options',value='nosniff']
@@ -298,7 +298,7 @@ sections:
298
298
- question: |
299
299
How do I customize IIS for a web role?
300
300
answer: |
301
-
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
301
+
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
0 commit comments