diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-17 14:57:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 14:57:02 +0100 |
commit | d1b8b8a2ea5495ce236bb9b57d617fabfce12822 (patch) | |
tree | da9e647d1fe51f20971606ad4f9d8257a5790170 /nginx-conf/nginx-default-cfg |
Initial commit
Diffstat (limited to 'nginx-conf/nginx-default-cfg')
-rw-r--r-- | nginx-conf/nginx-default-cfg/alias.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nginx-conf/nginx-default-cfg/alias.conf b/nginx-conf/nginx-default-cfg/alias.conf new file mode 100644 index 0000000..649ca52 --- /dev/null +++ b/nginx-conf/nginx-default-cfg/alias.conf @@ -0,0 +1,3 @@ +location /aliased/ { + alias /opt/app-root/src/; +} |