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.

Hello,
I am writing a script which, among other things, generates Nginx configuration. Unfortunately, I ran into a problem. In Nginx config, I need to type $1. I use the following method for this:
cat > /etc/nginx/sites-available/website <<EOL
...
rewrite ^/api/?(.*)$ /web/api.php?url=$1 last;
...
EOL
This makes the output file look like this:
...
rewrite ^/api/?(.*)$ /web/api.php?url= last;
...
How do I make cat not interpret $1 as a parameter?
Erina Jones
05c643336f3a4578a0b414e11ed8fc
792d8c6065294b4da466a26b2a99e4
Joseph Roberts
KFSys
abdullah527382
Karan M Janthe
Brendo Ross
wendoj
d40d179698b0e4b36f241171147902
ff6af0b019c84c9788ebcc3077