Unverified Commit e6ae50bb authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #327986 from 7596ff/7596ff/airsonic-context-path

parents f1f5d943 c6ba378b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ in {
          -Dairsonic.home=${cfg.home} \
          -Dserver.address=${cfg.listenAddress} \
          -Dserver.port=${toString cfg.port} \
          -Dairsonic.contextPath=${cfg.contextPath} \
          -Dserver.context-path=${cfg.contextPath} \
          -Djava.awt.headless=true \
          ${optionalString (cfg.virtualHost != null)
            "-Dserver.use-forward-headers=true"} \