Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:mervis-scada:95-installation [2022/08/31 11:21]
m.chlupac [Notes]
en:mervis-scada:95-installation [2023/03/29 17:19] (current)
Line 17: Line 17:
 ===== NGINX ===== ===== NGINX =====
   * example configuration for Nginx server   * example configuration for Nginx server
-<code mfile>+ 
 +<code nginx>
 user www-data; user www-data;
 worker_processes auto; worker_processes auto;
Line 281: Line 282:
 </code> </code>
  
 +==== Error.html ====
 +<code html>
 +<!DOCTYPE html>
 +<html>
 +  <head>
 +    <meta charset="utf-8">
 +    <title>Mervis</title>
 +    <meta name="viewport" content="width=device-width, initial-scale=1">
 +  </head>
 +<body>
 +
 +    <h1>Error: <!--# echo var="status" default="" --></h1>
 +</body>
 +</code>
  
  • © Energocentrum Plus, s.r.o. 2017 - 2024