Search: "oss http header"
Tengine, Docker, and PHP Application Best Practices blog
files, and way more. You can have a look to the full list of features in the [Tengine official site](http://tengine.taobao.org ...
How to Install Nextcloud Talk Using Docker on Alibaba Cloud blog
to http://your_domain.tld:8080 or http://ecs_ip_address:8080 If you see any error while loading page, go to firewall settings ...
Install PHP on CentOS 7 blog
packages directly. ``` sudo yum -y install epel-release yum-utils nano unzip sudo rpm -Uvh http://rpms.remirepo.net/enterprise/remi ...
Deploying a Node.js Application to an ECS Instance blog
deployment method. ``` const http = require('http'); const port = 3000; const server = http.createServer((req, res) => ...
How to Install and Secure Apache on Ubuntu blog
's public IP address on a web browser. ``` http://ip_address ``` ## [How to Install Hadoop Cluster on Ubuntu 16.04](https ...
How to Configure Iptables on ECS Ubuntu 16.04 blog
server. If you are running a web server, these ports must be opened: - HTTP Port 80: - HTTPS Port 443: Additionally, you should ...
How to Install OpenCart on Ubuntu 16.04 blog
rewrite systemctl restart apache2 ``` ## Access OpenCart Web Interface Now, open your web browser and type the URL http ...
How to Install Sensu on Ubuntu 16.04 blog
; vendor preset: enabled) Active: active (running) since Mon 2018-10-29 22:09:19 IST; 1min 36s ago Docs: http://redis.io ...
Setting up CI/CD for a PREN app with Jenkins, Docker and GitHub Webhooks on Container Registry blog
will need to set up our installation from the Jenkins web console. Navigate to the Jenkins web console by visiting http ...
Installing Elasticsearch and Kibana with ECS blog
can access your kibana application using the public ip of your server. In a web browser type in http://[your public IP]:5601 Make ...