Change port to 8100 in the nginx.template file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 2100;
|
||||
listen [::]:2100;
|
||||
listen 8100;
|
||||
listen [::]:8100;
|
||||
server_name _;
|
||||
|
||||
root /app/lurana/luos/workflow/public_html;
|
||||
|
||||
Reference in New Issue
Block a user