Explorar o código

Merge pull request #1170 from adrianmsmith/correct-file-names-in-jetty

Correct file names in Jetty documentation
yosifkit %!s(int64=7) %!d(string=hai) anos
pai
achega
1f2a03f253
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jetty/content.md

+ 1 - 1
jetty/content.md

@@ -58,7 +58,7 @@ FROM %%IMAGE%%
 RUN java -jar "$JETTY_HOME/start.jar" --add-to-startd=jmx,stats
 ```
 
-Modules may be configured in a `Dockerfile` by editing the properties in the corresponding `/var/lib/jetty/start.d/*.mod` file or the module can be deactivated by removing that file.
+Modules may be configured in a `Dockerfile` by editing the properties in the corresponding `/var/lib/jetty/start.d/*.ini` file or the module can be deactivated by removing that file.
 
 ### JVM Configuration