talks/Working with Workspace/code/nginx-vhost.txt
2021-02-06 22:46:22 +00:00

8 lines
125 B
Plaintext

server {
server_name _;
root /app/{{ @('drupal.docroot' )}};
# output
server {
server_name _;
root /app/web;