404 web xml debug
This commit is contained in:
@@ -14,6 +14,8 @@ RUN openssl s_client -showcerts -verify 5 -connect acme.mgmt.nubes.ru:443 < /dev
|
||||
RUN for i in $(ls); do keytool -noprompt -deststorepass "changeit" -importcert -file $i -keystore /usr/lib/serverHome/WEB-INF/lucee-server/context/security/cacerts -alias "nubes-$i"; done
|
||||
RUN update-ca-certificates
|
||||
|
||||
RUN sed -i 's~<url-pattern>/index.cfml/\*</url-pattern>~<url-pattern>/index.cfml/*</url-pattern><url-pattern>/v1/index.cfm/*</url-pattern>~' /usr/lib/CommandBox/cfml/system/config/web.xml
|
||||
|
||||
WORKDIR ${APP_DIR}
|
||||
RUN box server set runwar.console.appenderLayout=JSONTemplateLayout
|
||||
RUN box server set runwar.console.appenderLayoutOptions.pattern="{\"level\":\"%-5p\",\"timestamp\":\"%d{ISO8601}\",\"logger\":\"%c\",\"message\":\"%m\"}%n"
|
||||
|
||||
Reference in New Issue
Block a user