404 web xml debug

This commit is contained in:
msyu
2024-10-29 06:13:33 +03:00
parent 8d16191839
commit fc7dcebd08
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ 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
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/serverHome/WEB-INF/web.xml
WORKDIR ${APP_DIR}
RUN box server set runwar.console.appenderLayout=JSONTemplateLayout