You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					99 lines
				
				5.3 KiB
			
		
		
			
		
	
	
					99 lines
				
				5.3 KiB
			| 
								 
											2 years ago
										 
									 | 
							
								<!-- Begin toolbar -->
							 | 
						||
| 
								 | 
							
								<div class="toolbar">
							 | 
						||
| 
								 | 
							
									<div class="toolbar-inner">
							 | 
						||
| 
								 | 
							
										<div class="toolbar-buttons">
							 | 
						||
| 
								 | 
							
											<a class="button button-secondary button-back js-button-back" href="/list/server/">
							 | 
						||
| 
								 | 
							
												<i class="fas fa-arrow-left icon-blue"></i><?= _("Back") ?>
							 | 
						||
| 
								 | 
							
											</a>
							 | 
						||
| 
								 | 
							
											<a href="/edit/server/php/" class="button button-secondary">
							 | 
						||
| 
								 | 
							
												<i class="fas fa-pencil icon-orange"></i><?= _("Configure") ?> PHP
							 | 
						||
| 
								 | 
							
											</a>
							 | 
						||
| 
								 | 
							
										</div>
							 | 
						||
| 
								 | 
							
										<div class="toolbar-buttons">
							 | 
						||
| 
								 | 
							
											<button type="submit" class="button" form="main-form">
							 | 
						||
| 
								 | 
							
												<i class="fas fa-floppy-disk icon-purple"></i><?= _("Save") ?>
							 | 
						||
| 
								 | 
							
											</button>
							 | 
						||
| 
								 | 
							
										</div>
							 | 
						||
| 
								 | 
							
									</div>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								<!-- End toolbar -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="container">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<form id="main-form" name="v_configure_server" method="post">
							 | 
						||
| 
								 | 
							
										<input type="hidden" name="token" value="<?= $_SESSION["token"] ?>">
							 | 
						||
| 
								 | 
							
										<input type="hidden" name="save" value="save">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<div class="form-container">
							 | 
						||
| 
								 | 
							
											<h1 class="u-mb20"><?= _("Configure Server") ?>: <?= $v_service_name ?></h1>
							 | 
						||
| 
								 | 
							
											<?php show_alert_message($_SESSION); ?>
							 | 
						||
| 
								 | 
							
											<div class="js-basic-options">
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_worker_processes" class="form-label">worker_processes</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="worker_processes" data-prev-value="<?= htmlentities($v_worker_processes) ?>" name="v_worker_processes" id="v_worker_processes" value="<?= htmlentities($v_worker_processes) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_worker_connections" class="form-label">worker_connections</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="worker_connections" data-prev-value="<?= htmlentities($v_worker_connections) ?>" name="v_worker_connections" id="v_worker_connections" value="<?= htmlentities($v_worker_connections) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_client_max_body_size" class="form-label">client_max_body_size</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="client_max_body_size" data-prev-value="<?= htmlentities($v_client_max_body_size) ?>" name="v_client_max_body_size" id="v_client_max_body_size" value="<?= htmlentities($v_client_max_body_size) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_send_timeout" class="form-label">send_timeout</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="send_timeout" data-prev-value="<?= htmlentities($v_send_timeout) ?>" name="v_send_timeout" id="v_send_timeout" value="<?= htmlentities($v_send_timeout) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_proxy_connect_timeout" class="form-label">proxy_connect_timeout</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="proxy_connect_timeout" data-prev-value="<?= htmlentities($v_proxy_connect_timeout) ?>" name="v_proxy_connect_timeout" id="v_proxy_connect_timeout" value="<?= htmlentities($v_proxy_connect_timeout) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_proxy_send_timeout" class="form-label">proxy_send_timeout</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="proxy_send_timeout" data-prev-value="<?= htmlentities($v_proxy_send_timeout) ?>" name="v_proxy_send_timeout" id="v_proxy_send_timeout" value="<?= htmlentities($v_proxy_send_timeout) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_proxy_read_timeout" class="form-label">proxy_read_timeout</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="proxy_read_timeout" data-prev-value="<?= htmlentities($v_proxy_read_timeout) ?>" name="v_proxy_read_timeout" id="v_proxy_read_timeout" value="<?= htmlentities($v_proxy_read_timeout) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_gzip" class="form-label">gzip</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="gzip" data-prev-value="<?= htmlentities($v_gzip) ?>" name="v_gzip" id="v_gzip" value="<?= htmlentities($v_gzip) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb10">
							 | 
						||
| 
								 | 
							
													<label for="v_gzip_comp_level" class="form-label">gzip_comp_level</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="gzip_comp_level" data-prev-value="<?= htmlentities($v_gzip_comp_level) ?>" name="v_gzip_comp_level" id="v_gzip_comp_level" value="<?= htmlentities($v_gzip_comp_level) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb20">
							 | 
						||
| 
								 | 
							
													<label for="v_charset" class="form-label">charset</label>
							 | 
						||
| 
								 | 
							
													<input type="text" class="form-control" data-regexp="charset" data-prev-value="<?= htmlentities($v_charset) ?>" name="v_charset" id="v_charset" value="<?= htmlentities($v_charset) ?>">
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb20">
							 | 
						||
| 
								 | 
							
													<button type="button" class="button button-secondary js-toggle-options">
							 | 
						||
| 
								 | 
							
														<?= _("Advanced Options") ?>
							 | 
						||
| 
								 | 
							
													</button>
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
											</div>
							 | 
						||
| 
								 | 
							
											<div class="js-advanced-options <?php if (empty($v_adv)) echo 'u-hidden'; ?>">
							 | 
						||
| 
								 | 
							
												<div class="u-mb20">
							 | 
						||
| 
								 | 
							
													<button type="button" class="button button-secondary js-toggle-options">
							 | 
						||
| 
								 | 
							
														<?= _("Basic Options") ?>
							 | 
						||
| 
								 | 
							
													</button>
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="u-mb20">
							 | 
						||
| 
								 | 
							
													<label for="v_config" class="form-label"><?= $v_config_path ?></label>
							 | 
						||
| 
								 | 
							
													<textarea class="form-control u-min-height600 u-allow-resize u-console js-advanced-textarea" name="v_config" id="v_config"><?= $v_config ?></textarea>
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
												<div class="form-check">
							 | 
						||
| 
								 | 
							
													<input class="form-check-input" type="checkbox" name="v_restart" id="v_restart" checked>
							 | 
						||
| 
								 | 
							
													<label for="v_restart">
							 | 
						||
| 
								 | 
							
														<?= _("Restart") ?>
							 | 
						||
| 
								 | 
							
													</label>
							 | 
						||
| 
								 | 
							
												</div>
							 | 
						||
| 
								 | 
							
											</div>
							 | 
						||
| 
								 | 
							
										</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									</form>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</div>
							 |