talks/archive/working-with-workspace/code/nginx-vhost.txt

8 lines
125 B
Plaintext

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