|
Server : LiteSpeed System : Linux srv104790275 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : dewac4139 ( 1077) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/etc/nghttpx/ |
Upload File : |
# # Sample configuration file for nghttpx. # # * Line staring '#' is treated as comment. # # * The option name in the configuration file is the long command-line # option name with leading '--' stripped (e.g., frontend). Put '=' # between option name and value. Don't put extra leading or trailing # spaces. # # * The options which do not take argument in the command-line *take* # argument in the configuration file. Specify 'yes' as argument # (e.g., http2-proxy=yes). If other string is given, it disables the # option. # # * To specify private key and certificate file, use private-key-file # and certificate-file. See the examples below. # # * conf option cannot be used in the configuration file. It will be # ignored. # # Examples: # Example 1 # Proxying an HTTP server on localhost:80 to localhost:3000 (no TLS) frontend=127.0.0.1,3000;no-tls backend=127.0.0.1,80 errorlog-syslog=yes workers=1 # Example 2 # Proxying localhost:80 on all interfaces, port 3000 (TLS enabled) # frontend=0.0.0.0,3000 # backend=127.0.0.1,80 # private-key-file=/path/to/server.key # certificate-file=/path/to/server.crt # http2-proxy=no # workers=1 # For comprehensive list of configuration options see "man nghttpx"