presentations/working-with-workspace/slides/code/nginx-vhost.txt
2025-10-02 23:01:51 +01:00

8 lines
No EOL
125 B
Text

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