Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
javaliv2 committed Oct 22, 2020
1 parent 436615a commit bcc6b12
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 2 deletions.
26 changes: 26 additions & 0 deletions admin/adv_vhost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,32 @@ URL전처리는 :ref:`media-trimming` , :ref:`media-hls` 등 다른 기능들과



.. _adv-vhost-url-rewrite-protocol:

프로토콜 분기
---------------------

URL 전처리 시 프로토콜 조건을 설정한다. ::

<URLRewrite AccessLog="Replace" Protocol="ALL">
<Pattern>www.exmaple.com/([^/]+)/(.*)</Pattern>
<Replace>#1.exmaple.com/#2</Replace>
</URLRewrite>


- ``Protocol (기본: ALL)`` 속성

- ``ALL`` 모든 프로토콜 매칭
- ``HTTP`` HTTP에 대해서만 패턴 매칭
- ``HTTPS`` HTTPS 에 대해서만 패턴 매칭
- ``HTTP2`` HTTP2 에 대해서만 패턴 매칭


이 기능을 이용해 프로토콜에 따라 서로 다른 가상호스트를 운영할 수 있다.




.. _adv-vhost-facadevhost:

Facade 가상호스트
Expand Down
3 changes: 2 additions & 1 deletion admin/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@
# server.xml - <Server><VHostDefault><Options>
# vhosts.xml - <Vhosts><Vhost><Options>

<Dims Status="Active" Keyword="dims" MaxSourceSize="10" />
<Dims Status="Active" Keyword="dims" MaxSourceSize="10" MinSourceSize="0" />

- ``<Dims>``

- ``Status`` DIMS활성화 ( ``Active`` 또는 ``Inactive`` )
- ``Keyword`` 원본과 DIMS를 구분하는 키워드
- ``MaxSourceSize (기본: 10MB)`` 변환을 허용할 최대 원본 이미지 크기 (단위: MB)
- ``MinSourceSize (기본: 0KB)`` 변환을 허용할 최소 원본 이미지 크기 (단위: KB)


.. note::
Expand Down
17 changes: 17 additions & 0 deletions admin/releasenote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ v2.7.x
====================================


2.7.12 (2020.10.22)
----------------------------

**기능개선/정책변경**

- :ref:`adv-vhost-url-rewrite` – :ref:`adv-vhost-url-rewrite-protocol` 추가
- :ref:`origin-balancemode-url-suffix-ignore` 추가


**버그수정**

- ``ByClient`` 기능 사용시 Purge API가 수행 되지 않는 문제
- 바이패스 동작 중 비정상 종료 되는 문제
- HardPurge 수행 중 낮은 확률로 비정상 종료 되는 문제 수정



2.7.11 (2020.9.4)
----------------------------

Expand Down
16 changes: 16 additions & 0 deletions admin/releasenote_enterprise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Appendix F: 릴리스 노트 ``[Enterprise]``
v20.x
====================================

20.10.0 (2020.10.22)
----------------------------

**기능개선/정책변경**

- :ref:`adv-vhost-url-rewrite` – :ref:`adv-vhost-url-rewrite-protocol` 추가
- ImageTools – 변환을 위한 원본 최소 크기 제한 기능


**버그수정**

- MP4 :ref:`media-trimming` 기능 사용 시 비정상 종료 되는 문제 수정 ``v20.08.0 ~ v20.09.0``
- ``ByClient`` 기능 사용시 Purge API가 수행 되지 않는 문제
- 바이패스 동작 중 비정상 종료 되는 문제



20.09.0 (2020.10.12)
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ STON Edge Server 완벽 가이드


:저자: STON 개발팀
:최신버전: ``[CDN]`` v2.7.11 / ``[Enterprise]`` v20.09.0
:최신버전: ``[CDN]`` v2.7.12 / ``[Enterprise]`` v20.10.0


1부. STON 기본: 설정 배우기
Expand Down

0 comments on commit bcc6b12

Please sign in to comment.