Change port to 8100 in the nginx.template file

This commit is contained in:
Brayan Pereyra
2025-09-05 19:52:27 +00:00
parent e48eafa6dd
commit 5b68f39efe

View File

@@ -1,6 +1,6 @@
server {
listen 2100;
listen [::]:2100;
listen 8100;
listen [::]:8100;
server_name _;
root /app/lurana/luos/workflow/public_html;