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

This commit is contained in:
Dooho Yi 2020-06-24 22:47:44 +09:00
parent 43da8fc372
commit 6a89c11f8a

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.*
@ -53,7 +53,7 @@ cat /etc/ssowat/conf.json
.. code-block:: json
{
{
"additional_headers": {
"Auth-User": "uid",
"Email": "mail",
@ -138,6 +138,6 @@ cat /etc/ssowat/conf.json
"nosignal.hopto.org/torrent": "Transmission"
}
}
}
}
*only "nopost.hopto.org" is added to "unprotected_urls"*