/ ‘content/posts/cloud/20200624T220819+0900_retry/index.rst’

This commit is contained in:
Dooho Yi 2020-06-24 22:53:58 +09:00
parent ed23a88279
commit 55e4c66387

View file

@ -30,7 +30,7 @@ cat /etc/nginx/conf.d/nopost.hopto.org.d/proxy.conf
.. code-block:: nginx
location / {
location / {
proxy_pass https://192.168.1.110;
proxy_set_header Host $host;
@ -41,7 +41,7 @@ location / {
proxy_buffering off;
tcp_nodelay on;
}
}
*nopost.hopto.org is dedicated only for this proxy server. no other app is using it.*