Review nginx template

This commit is contained in:
Brayan Pereyra
2025-09-05 15:34:12 +00:00
parent 6d578ff26c
commit 9619810ae7

View File

@@ -2,6 +2,7 @@ server {
listen 2100; listen 2100;
listen [::]:2100; listen [::]:2100;
server_name _; server_name _;
root /app/lurana/luos/workflow/public_html; root /app/lurana/luos/workflow/public_html;
index index.html index.php; index index.html index.php;