Question
Add PHP to server block configuration file with Reverse Proxy
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:
Thanks for advance.
Regards
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.
×