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