Report this

What is the reason for this report?

Add PHP to server block configuration file with Reverse Proxy

Posted on April 7, 2020
Martin Dev

By Martin Dev

KaizenDevAr

I am trying to install PHP and I in the final step of server block configuration file.

The situation is I already updated the /etc/nginx/sites-available/default with working Reverse Proxy.

How modify my file to add PHP without affect the Reverse Proxy? Note: Any Reverse Proxy is working at Port:80 and a will Install Wordpress at subdomain : blog.domain.com

Just adding at the top another Server { (info Tutorial) } block?

Tutorial Step 3:

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-ubuntu-18-04

Thanks for advance.

Regards



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @kaizendevar,

Yes, you are correct, you’ll just need to add the server block at the top. You can add it to different configurations as well by adding it to the specific configuration file.

If you are unsure about Nginx server blocks, I’ll recommend going through the following tutorial - https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04

It will give you the basics of server blocks as a whole

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.