From 1f5e3be761c91082142b93ecf74036ee0dfdf92e Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 24 Jun 2020 22:44:54 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98content/posts/cloud/20200624T22081?= =?UTF-8?q?9+0900=5Fretry/index.rst=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20200624T220819+0900_retry/index.rst | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/content/posts/cloud/20200624T220819+0900_retry/index.rst b/content/posts/cloud/20200624T220819+0900_retry/index.rst index a5f7e6c..8dc2bf5 100644 --- a/content/posts/cloud/20200624T220819+0900_retry/index.rst +++ b/content/posts/cloud/20200624T220819+0900_retry/index.rst @@ -12,22 +12,23 @@ cat /etc/hosts ---- -| 127.0.0.1 localhost -| 127.0.1.1 yunohost.yunohost.org yunohost -| -| # The following lines are desirable for IPv6 capable hosts -| ::1 localhost ip6-localhost ip6-loopback -| ff02::1 ip6-allnodes -| ff02::2 ip6-allrouters -| 192.168.1.150 nextcloud.local nextcloud -| 192.168.1.110 nextcloudpi.local nextcloudpi -| +.. code-block:: text + + 127.0.0.1 localhost + 127.0.1.1 yunohost.yunohost.org yunohost + + # The following lines are desirable for IPv6 capable hosts + ::1 localhost ip6-localhost ip6-loopback + ff02::1 ip6-allnodes + ff02::2 ip6-allrouters + 192.168.1.150 nextcloud.local nextcloud + 192.168.1.110 nextcloudpi.local nextcloudpi cat /etc/nginx/conf.d/nopost.hopto.org.d/proxy.conf ---- -| location / { +location / { | proxy_pass https://192.168.1.110; | proxy_set_header Host $host; |