fix path in xml
This commit is contained in:
parent
0a475d034b
commit
6a851b5a52
|
@ -1,14 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
|
||||
|
||||
|
||||
<!-- ================================================================ -->
|
||||
<!-- Configure the Jetty SetUIDServer -->
|
||||
<!-- This configuration file *must* be specified first in the list of -->
|
||||
<!-- configuration files and should be used in combination with other -->
|
||||
<!-- configuration files eg jetty.xml -->
|
||||
<!-- ================================================================ -->
|
||||
<Configure id="Server" class="org.mortbay.setuid.SetUIDServer">
|
||||
<Configure id="Server" class="org.eclipse.jetty.setuid.SetUIDServer">
|
||||
<Set name="startServerAsPrivileged">false</Set>
|
||||
<Set name="umask">2</Set>
|
||||
<Set name="username">jetty</Set>
|
||||
|
|
Loading…
Reference in New Issue