refs #799 fix conflict

nginx_conf
Luis Gerardo Romero Garcia 2024-10-01 12:16:58 +02:00
parent 9ff1941882
commit e70e9e90b6
2 changed files with 5 additions and 0 deletions

View File

@ -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 }

View File

@ -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