Search: "localhost"
E-commerce for Business with Alibaba Cloud Web Hosting blog
database username you noted earlier. Change `password_here` to the database password you chose. Change localhost to the ...
How to Install Cockpit on Ubuntu 18.04 blog
redirects all HTTP connections to HTTPS. Exceptions are connections from localhost and for certain URLs (like /ping). Defaults to ...
Building a Spring-Boot API with a Multi-Model Database (OrientDB) on Alibaba Cloud blog
: orientdb.sh start and access the portal (OrientDB Studio) at http://our_ecs_ip:2480 or http://localhost:2480 as shown in the ...
How to Install and Configure Diaspora on Alibaba Cloud blog
. Uncomment listen: 'http://localhost:3000' ## Install Gems Edit .ruby-version file and change value from 2.4 to 2.4.3 ...
Deploy DHIS2 on Alibaba Cloud ECS Instance blog
WAR file into the Tomcat webapps directory. We want to call the WAR file ROOT.war in order to make it available at localhost ...
Deploying Node.js Apps for Production on Alibaba Cloud blog
redirect all incoming traffic for the `server_name` to the process running on `http://localhost:3000`. This means whenever a user ...
Alibaba Cloud BaaS - Part III: Developing and Deploying a Chain Code blog
:createServer() Playground API started on port 8080 ``` You can access the network on localhost:8080 to ...
Nacos-based Environment Isolation at Alibaba blog
192.168.1.3 ``` - Perform the verification. ``` curl 'localhost:8080/nacos/serverlist' 192.168.1.2 192.168.1.3 ``` At ...
How to Deploy Drupal 8 with Ansible Playbook blog
, MariaDB listens to the localhost addresses only. In our scenario, we are using one server to host the database server and the other ...
Deploying Drupal 8 with Ansible playbook blog
-with-ansible-playbook_594886) By default, MariaDB listens to the localhost addresses only. In our scenario, we are using one ...