This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| web-nginx [2024/10/16 19:33] – [Status] -Condense, fix list numbering hogwild | web-nginx [2024/11/27 02:12] (current) – [Advanced Settings] hogwild | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Note that FreshTomato also has a built-in (httpd) web server used only for router administration. Httpd is based on a more modern version of Nginx. | Note that FreshTomato also has a built-in (httpd) web server used only for router administration. Httpd is based on a more modern version of Nginx. | ||
| - | |||
| ===== Status ===== | ===== Status ===== | ||
| Line 10: | Line 9: | ||
| | | ||
| - | **NGINX is currently running: | + | **NGINX is currently running: |
| \\ | \\ | ||
| - | **NGINX is currently stopped: | + | **NGINX is currently stopped: |
| \\ | \\ | ||
| - | **Enable Server on Start: | + | **Enable Server on Start: |
| \\ | \\ | ||
| - | **Enable PHP support: | + | **Enable PHP support: |
| \\ | \\ | ||
| - | **Run As: | + | **Run As:** specifies under which system account the nginx daemon will run. |
| * root - The nginx daemon will run under the root account. | * root - The nginx daemon will run under the root account. | ||
| Line 40: | Line 39: | ||
| \\ | \\ | ||
| - | **Web Server Port: | + | **Web Server Port: |
| - | Traditionally, | + | Traditionally, |
| \\ | \\ | ||
| - | **Upload file size limit: | + | **Upload file size limit: |
| \\ | \\ | ||
| - | **Allow Remote Access: | + | **Allow Remote Access: |
| - | \\ {{: | + | Content is served on the "Web Server Port". \\ |
| + | |||
| + | \\ {{: | ||
| \\ | \\ | ||
| - | **Document Root Path: | + | **Document Root Path: |
| \\ | \\ | ||
| - | **Server Priority: | + | **Server Priority: |
| - | This value assigns the Webserver process a CPU priority relative to other processes. Valid priority | + | This value assigns the Webserver process a CPU priority relative to other processes. Valid settings are from -20 (highest) |
| \\ | \\ | ||
| - | **Enable h5ai support: | + | **Enable h5ai support: |
| \\ | \\ | ||
| Line 81: | Line 82: | ||
| ===== Advanced Settings ===== | ===== Advanced Settings ===== | ||
| - | Here, you can add custom settings to tweak default | + | Here, you can add custom settings to tweak default |
| \\ | \\ | ||
| Line 91: | Line 92: | ||
| {{: | {{: | ||
| - | **Use user config file: | + | **Use user config file: |
| + | |||
| + | This will override some web interface settings. | ||
| \\ | \\ | ||
| - | **User config file path: | + | **User config file path: |
| Settings in this file will be active only if //Use user config file// is enabled. When //Use user config file// is disabled, the path remains in the field, but is inactive. | Settings in this file will be active only if //Use user config file// is enabled. When //Use user config file// is disabled, the path remains in the field, but is inactive. | ||
| Line 107: | Line 110: | ||
| > server {\\ listen 444 ssl; | > server {\\ listen 444 ssl; | ||
| - | \\ \\ | + | \\ \\ \\ |