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 aa2c92f commit 29626abCopy full SHA for 29626ab
test/deploy/linux/apache/deploy-application/dotNet/debian/roles/onbeforestart/tasks/main.yml
@@ -4,7 +4,7 @@
4
5
- name: Set default proxy_port (default to 5000)
6
set_fact:
7
- proxy_port: "5000"
+ proxy_port: "5005"
8
when: proxy_port is undefined
9
10
- name: Set default is_selfcontained (default to false)
@@ -40,7 +40,7 @@
40
- name: Init template variable for self contained application
41
42
apache_service_description: Self Contained .NET 5 APP.NET Core 5 Web app
43
- apache_proxy_port: 5000
+ apache_proxy_port: 5006
44
when: is_selfcontained|bool
45
46
- name: Init template variable for framework dependent application
0 commit comments