diff options
Diffstat (limited to 'template2/nginx/https/static-file.no-strip-prefix.segment.template')
-rw-r--r-- | template2/nginx/https/static-file.no-strip-prefix.segment.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template2/nginx/https/static-file.no-strip-prefix.segment.template b/template2/nginx/https/static-file.no-strip-prefix.segment.template new file mode 100644 index 0000000..4e829ba --- /dev/null +++ b/template2/nginx/https/static-file.no-strip-prefix.segment.template @@ -0,0 +1,3 @@ +location ${PATH}/ { + root ${ROOT}; +} |