Search: "port 8080"
Install Craft CMS on a LEMP Stack on Alibaba Cloud blog
update # apt-get install python-certbot-nginx ``` Make sure port 443 is open Before we can install a certificate, we need to make ...
Embedded vs. Non-Embedded Operating Systems blog
their functions, such as serialSend for sending data from the serial port. If other modules need to use this device, all you ...
Install RStudio Shiny Server on Centos 7 blog
the firewall rules for your Shiny server to access it. Shiny server listen to port number 3838 by default. `firewall-cmd ...
How to Install and Configure SQL Server AlwaysOn on an ECS Instance blog
port is consistent with the listener port. ## Conclusion This concludes the steps involved in the deployment of a stand ...
Deploying Nchan Nginx Powered PubSub Server on ECS blog
. Make sure the Nginx port is one of them. Typically Nginx uses port 80 for unsecured http traffic or 433 for the SSL secured ...
Introduction to Federation in Stellar Blockchain blog
relative to your database configuration, the port to use and the available queries that define how the federation and reverse ...
Building Very Fast App Backends with Falcon Web Framework on PyPy blog
connect from .api import BookResource connect('bookdb', host='127.0.0.1', port=27017) app = application = falcon.API ...
Application Traffic Replication through a Kubernetes Ingress Controller blog
: nginx-service spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: NodePort ...
Accessing gRPC Services through Container Service for Kubernetes Ingress Controller blog
metadata: name: grpc-service spec: ports: - port: 50051 protocol: TCP targetPort: 50051 selector: run: grpc ...
Advanced OpenSSH Features to Harden Access to Your Alibaba Cloud ECS blog
access also and prompting the message ``` no-port-forwarding,no-agent-forwarding,no-X11-forwarding,command="echo 'Please ...