cancel ng server port
Using your terminal, find the PID of port 4200
netstat -ano | findstr :4200
Kill task by the PID Number (Replace 15940)
taskkill /PID 15940 /F
cancel ng server port
Using your terminal, find the PID of port 4200
netstat -ano | findstr :4200
Kill task by the PID Number (Replace 15940)
taskkill /PID 15940 /F
chaneg default port on nginx
# vi /etc/nginx/sites-enabled/default [On Debian/Ubuntu]
# vi /etc/nginx/nginx.conf [On CentOS/RHEL]
chaneg default port on nginx
# systemctl restart nginx
# netstat -tlpn| grep nginx
# ss -tlpn| grep nginx
chaneg default port on nginx
listen 3200 default_server;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us