- Server operating system version
- AlmaLinux 8.4 x86_64
- Plesk version and microupdate number
- Plesk Obsidian 18.0.41.1
Hello,
I am trying to host my Laravel application using Octane, which uses Roadrunner server under the hood. As the documentation suggests (Laravel - The PHP Framework For Web Artisans), I need to add some extra configuration for the nginx in order to serve static assets over nginx but proxy requests to a specific port on which Roadrunner server will be run. However, I am unable to find any proper guidance on how to add this extra configuration only for one vhost, as I don't want to mess up other websites that should be served regularly. Plesk only allows basic directive and keywords like "server" or "location" are not allowed. How may I do this properly?
I am trying to host my Laravel application using Octane, which uses Roadrunner server under the hood. As the documentation suggests (Laravel - The PHP Framework For Web Artisans), I need to add some extra configuration for the nginx in order to serve static assets over nginx but proxy requests to a specific port on which Roadrunner server will be run. However, I am unable to find any proper guidance on how to add this extra configuration only for one vhost, as I don't want to mess up other websites that should be served regularly. Plesk only allows basic directive and keywords like "server" or "location" are not allowed. How may I do this properly?