refs #799 fix conflict
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
e1f498c3df
commit
14a2ae7d4f
|
@ -1,3 +1,7 @@
|
|||
#index:
|
||||
# path: /
|
||||
# controller: App\Controller\DefaultController::index
|
||||
app.swagger_ui:
|
||||
path: /ogdhcp/api/doc
|
||||
methods: GET
|
||||
defaults: { _controller: nelmio_api_doc.controller.swagger_ui }
|
|
@ -507,6 +507,7 @@ fi
|
|||
runComposer ${INSTALL_TARGET}
|
||||
# Creando configuración de Apache.
|
||||
setup_nginx $INSTALL_TARGET
|
||||
setup_nginx $INSTALL_TARGET
|
||||
if [ $? -ne 0 ]; then
|
||||
errorAndLog "Error configuring Apache for OpenGnsys Admin"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue