Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for the guide. The map module is really useful when using WordPress multisite with domain mapping.
Hi, Thanks for sharing, in section "To save bandwidth and increase transfer speed, we’ll now enable Gzip compression on the server. Gzip will compress text and other resources to speed up downloads.
$ nano /etc/nginx.conf" maybe must will be say $nano /etc/nginx/nginx.conf otherwise is a empty file and doesn’t exist .
Following the command sudo /etc/init.d/nginx restart, result is failed, checking the message -> systemctl status nginx.service, i noticed up the file i edit was the incorrect
by the way editing the correct all works like a charm ! Greetings
Thanks Redfred@redgage
Hi After following your tutorial Im getting an error when I restart nginx. “Job for nginx.service failed because the control process exited with error code. See “systemctl status nginx.service” and “journalctl -xe” for details.”
When I check journalctl -xe I see pam_authenticate: Authentication failure
I have complete the prerequisites, and I know this is related to adding the GeioIP restriction.
I was wondering if there might be changes to this process, since it was last updated.
my versions: nginx version: nginx/1.10.3 (Ubuntu) Ubuntu 16.04.1 LTS
Thanks
Hi After following your tutorial Im getting an error when I restart nginx. “Job for nginx.service failed because the control process exited with error code. See “systemctl status nginx.service” and “journalctl -xe” for details.”
When I check journalctl -xe I see pam_authenticate: Authentication failure
I have complete the prerequisites, and I know this is related to adding the GeioIP restriction.
I was wondering if there might be changes to this process, since it was last updated.
my versions: nginx version: nginx/1.10.3 (Ubuntu) Ubuntu 16.04.1 LTS
Thanks
This was really useful. In particular, this part was missing from other tutorials:
if ($new_uri) {
rewrite ^ $new_uri permanent;
}
Thanks!