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