Indentation
This commit is contained in:
parent
3b1940c1f9
commit
76d5a84586
|
@ -1113,13 +1113,13 @@ function install_pleroma {
|
|||
echo ' limit_conn conn_limit_per_ip 50;';
|
||||
echo ' limit_req zone=req_limit_per_ip burst=50 nodelay;';
|
||||
echo '';
|
||||
echo " add_header 'Access-Control-Allow-Origin' '*';";
|
||||
echo ' proxy_http_version 1.1;';
|
||||
echo " proxy_set_header Upgrade \$http_upgrade;";
|
||||
echo ' proxy_set_header Connection "upgrade";';
|
||||
echo " proxy_set_header Host \$http_host;";
|
||||
echo " add_header 'Access-Control-Allow-Origin' '*';";
|
||||
echo ' proxy_http_version 1.1;';
|
||||
echo " proxy_set_header Upgrade \$http_upgrade;";
|
||||
echo ' proxy_set_header Connection "upgrade";';
|
||||
echo " proxy_set_header Host \$http_host;";
|
||||
echo '';
|
||||
echo " proxy_pass http://localhost:$PLEROMA_PORT;";
|
||||
echo " proxy_pass http://localhost:$PLEROMA_PORT;";
|
||||
echo ' }';
|
||||
echo '';
|
||||
echo ' location /proxy {';
|
||||
|
|
Loading…
Reference in New Issue