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

This commit is contained in:
Dooho Yi 2020-06-24 22:53:04 +09:00
parent 6a89c11f8a
commit ed23a88279

View file

@ -30,7 +30,7 @@ cat /etc/nginx/conf.d/nopost.hopto.org.d/proxy.conf
.. code-block:: nginx .. code-block:: nginx
location / { location / {
proxy_pass https://192.168.1.110; proxy_pass https://192.168.1.110;
proxy_set_header Host $host; proxy_set_header Host $host;
@ -41,7 +41,7 @@ cat /etc/nginx/conf.d/nopost.hopto.org.d/proxy.conf
proxy_buffering off; proxy_buffering off;
tcp_nodelay on; tcp_nodelay on;
} }
*nopost.hopto.org is dedicated only for this proxy server. no other app is using it.* *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 .. code-block:: json
{ {
"additional_headers": { "additional_headers": {
"Auth-User": "uid", "Auth-User": "uid",
"Email": "mail", "Email": "mail",
@ -138,6 +138,6 @@ cat /etc/ssowat/conf.json
"nosignal.hopto.org/torrent": "Transmission" "nosignal.hopto.org/torrent": "Transmission"
} }
} }
} }
*only "nopost.hopto.org" is added to "unprotected_urls"* *only "nopost.hopto.org" is added to "unprotected_urls"*