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

8 lines
No EOL
125 B
Text

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