File tree Expand file tree Collapse file tree
workbench-for-microsoft-azure-ml Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,14 @@ file:
158158 {{ end }}
159159
160160
161+ # Check that Nginx configs are included
162+ /etc/rstudio/nginx.site.conf :
163+ exists : true
164+ /etc/rstudio/nginx.server.conf :
165+ exists : true
166+ /etc/rstudio/nginx.http.conf :
167+ exists : true
168+
161169command :
162170 " Ensure rstudio-server has permissions to log directory " :
163171 exec : su rstudio-server -c 'touch /var/lib/rstudio-server/monitor/log/rstudio-server.log'
Original file line number Diff line number Diff line change @@ -170,6 +170,14 @@ file:
170170 {{ end }}
171171 {% endraw %}
172172
173+ # Check that Nginx configs are included
174+ /etc/rstudio/nginx.site.conf:
175+ exists: true
176+ /etc/rstudio/nginx.server.conf:
177+ exists: true
178+ /etc/rstudio/nginx.http.conf:
179+ exists: true
180+
173181command:
174182 "Ensure rstudio-server has permissions to log directory":
175183 exec: su rstudio-server -c 'touch /var/lib/rstudio-server/monitor/log/rstudio-server.log'
You can’t perform that action at this time.
0 commit comments