Site Tools


web-nginx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
web-nginx [2023/06/27 20:34] – [Status] -formatting of Start Now/Stop Now hogwildweb-nginx [2023/06/27 20:40] – [Status] -condense, formatting hogwild
Line 8: Line 8:
  \\  {{:pasted:20220215-152554.png}} \\   \\   \\  \\  {{:pasted:20220215-152554.png}} \\   \\   \\
  
-*NGINX is currently running [Stop Now]: This displays the service status. Clicking Stop Now immediately stops the process.+**NGINX is currently running:** This displays the service status.  [Stop Now]: Clicking this immediately stops the service.
  
-*NGINX is currently stopped [Start Now]: This displays the service status. Clicking Stops the NGINX service immediately.+**NGINX is currently stopped:** This displays the service status.  [Start Now]: Clicking this immediately stops the service.
  
-*Enable Server on Start: Enabling this causes the nginx service to load at boot time during each boot.+**Enable Server on Start:**  Enabling this causes the nginx service to load at boot time during each boot.
  
-*Enable PHP support: Enabling this option will cause any PHP pages served by the webserver to be interpreted.+**Enable PHP support:**  Enabling this option will cause any PHP pages served by the webserver to be interpreted.
  
-*Run As:*  The option chosen here specified under which system account the nginx daemon will run.+**Run As:**  The option chosen here 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 28: Line 28:
 **Keep Config files: TBD** **Keep Config files: TBD**
  
-**Web Server Port:** This specifies on which LAN port Web content will be served. Traditionally, the default HTTP port is port 80. However, a conflict might occur if the httpd web server were configured to use the same port ([[admin_access|Admin Access]]). Consequently, a decision was made to make port 85 the default for Nginx.+**Web Server Port:** This specifies on which LAN port Web content will be served. Traditionally, the default HTTP port is 80. However, a conflict might occur if the httpd web server were configured to use the same port (See: [[admin_access|Admin Access]]). Consequently, it was decided that port 85 would be the default for Nginx.
  
 **Upload file size limit:** This setting enforces a hard-coded limit for the maximum amount of data that can be uploaded in a single session. **Upload file size limit:** This setting enforces a hard-coded limit for the maximum amount of data that can be uploaded in a single session.
Line 34: Line 34:
 **Allow Remote Access:** Enabling this chooses whether Nginx content will be visible from the WAN. If enabled, content is served on the same port as the LAN's "Web Server Port". \\ **Allow Remote Access:** Enabling this chooses whether Nginx content will be visible from the WAN. If enabled, content is served on the same port as the LAN's "Web Server Port". \\
  
- \\ + \\ {{:pasted:20220215-153925.png}}  \\   \\   \\ **Web Server Name:**  Here, you enter the web server's name. (Default: Tomato).
- +
-{{:pasted:20220215-153925.png}}  \\   \\   \\ **Web Server Name:**  Here, you enter the web server's name. (Default: Tomato).+
  
 **Document Root Path:**  Here, you specify the filesystem location of the root folder where content/pages are located. **Document Root Path:**  Here, you specify the filesystem location of the root folder where content/pages are located.
  
-**Server Priority:**  This set the "nice" value for the nginx process. This nice value assigns to the Webserver process a CPU priority, relative to other processes. Valid settings are between -20 (highest priority) and 19 (lowest priority).+**Server Priority:**  This set the "nice" value for the nginx process. This value assigns the Webserver process a CPU priority, relative to other processes. Valid settings are between -20 (highest priority) and 19 (lowest priority).
  
 **Enable h5ai support:**  h5ai is a modern file indexer for HTTP Webervers with focus on your files. Its php code displays "boring" file/folder lists in an a more appealing way. **Enable h5ai support:**  h5ai is a modern file indexer for HTTP Webervers with focus on your files. Its php code displays "boring" file/folder lists in an a more appealing way.
web-nginx.txt · Last modified: 2023/06/27 20:46 by hogwild