summaryrefslogtreecommitdiffstats
path: root/nginx-conf/nginx-default-cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nginx-conf/nginx-default-cfg/alias.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/nginx-conf/nginx-default-cfg/alias.conf b/nginx-conf/nginx-default-cfg/alias.conf
deleted file mode 100644
index 649ca52..0000000
--- a/nginx-conf/nginx-default-cfg/alias.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-location /aliased/ {
- alias /opt/app-root/src/;
-}