We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb2fd commit c2b2344Copy full SHA for c2b2344
1 file changed
src/NuGet.Server/Web.config
@@ -50,6 +50,12 @@
50
Set enableFrameworkFiltering to true to enable filtering packages by their supported frameworks during search.
51
-->
52
<add key="enableFrameworkFiltering" value="false" />
53
+
54
+ <!--
55
+ When running NuGet.Server in a NAT network, ASP.NET may embed the erver's internal IP address in the V2 feed.
56
+ Uncomment the following configuration entry to enable NAT support.
57
+ -->
58
+ <!-- <add key="aspnet:UseHostHeaderForRequestUrl" value="true" /> -->
59
</appSettings>
60
<system.web>
61
<httpRuntime maxRequestLength="31457280" />
0 commit comments