talks/working-with-workspace/code/nginx-vhost.txt
2021-02-11 17:56:17 +00:00

8 lines
125 B
Plaintext

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