We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b884f0 commit 873e87cCopy full SHA for 873e87c
nginx-reverse/reverse-proxy.conf
@@ -22,11 +22,11 @@ server {
22
proxy_pass http://nexus:8081;
23
include /etc/nginx/conf.d/proxy-settings.conf;
24
}
25
-#Future Use
26
-# # Same like sonar.web.context=/sonar in preconfig/sonar/sonar.properties
27
-# location ^~/sonar {
28
-# proxy_pass http://sonar:9000;
29
-# include /etc/nginx/conf.d/proxy-settings.conf;
30
-# }
+#Future Use
+ # Same like sonar.web.context=/sonar in preconfig/sonar/sonar.properties
+ location ^~/sonar {
+ proxy_pass http://sonar:9000;
+ include /etc/nginx/conf.d/proxy-settings.conf;
+ }
31
32
0 commit comments