aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-02-03 11:58:56 +0000
committerng0 <ng0@n0.is>2018-02-03 11:58:56 +0000
commit8f5b7c0a015449675667505a6efe4357efa01954 (patch)
tree6349b9cb9ca112e294b0417422d31b559fb79b4a /doc
parentc6bb28c5180f9230badf3e02e48a2d2b1039ac72 (diff)
downloadgnunet-8f5b7c0a015449675667505a6efe4357efa01954.tar.gz
gnunet-8f5b7c0a015449675667505a6efe4357efa01954.zip
doc: installation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/installation.texi17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/documentation/chapters/installation.texi b/doc/documentation/chapters/installation.texi
index 45aeba9b0..be2da8702 100644
--- a/doc/documentation/chapters/installation.texi
+++ b/doc/documentation/chapters/installation.texi
@@ -6,8 +6,8 @@ setup (configure, start) GNUnet @value{VERSION}. After following these
6instructions you should be able to install and then start user-interfaces 6instructions you should be able to install and then start user-interfaces
7to interact with the network. 7to interact with the network.
8 8
9Note: This manual is far from complete, and we welcome informed 9Note: This manual is far from complete, and we welcome contributions, be
10contributions, be it in the form of new chapters or insightful comments. 10it in the form of new chapters or insightful comments.
11 11
12@menu 12@menu
13* Dependencies:: 13* Dependencies::
@@ -3088,8 +3088,9 @@ ProxyPassReverse http://gnunet.foo.org:1080/
3088@subsubsection Reverse Proxy - Configure your Apache2 HTTPS webserver 3088@subsubsection Reverse Proxy - Configure your Apache2 HTTPS webserver
3089 3089
3090We assume that you already have an HTTPS server running, if not please 3090We assume that you already have an HTTPS server running, if not please
3091check how to configure a HTTPS host. An easy to use example is the 3091check how to configure a HTTPS host. An uncomplicated to use example
3092@file{apache2/sites-available/default-ssl} example configuration file. 3092is the example configuration file for Apache2/HTTPD provided in
3093@file{apache2/sites-available/default-ssl}.
3093 3094
3094In the respective HTTPS @code{server config},@code{virtual host} or 3095In the respective HTTPS @code{server config},@code{virtual host} or
3095@code{directory} section add the following lines: 3096@code{directory} section add the following lines:
@@ -3106,14 +3107,13 @@ ProxyPassReverse https://gnunet.foo.org:4433/
3106 3107
3107@noindent 3108@noindent
3108More information about the apache mod_proxy configuration can be found 3109More information about the apache mod_proxy configuration can be found
3109here: @uref{http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass} 3110in the Apache documentation@footnote{@uref{http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass, http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass}}
3110.
3111 3111
3112@node Reverse Proxy - Configure your nginx HTTPS webserver 3112@node Reverse Proxy - Configure your nginx HTTPS webserver
3113@subsubsection Reverse Proxy - Configure your nginx HTTPS webserver 3113@subsubsection Reverse Proxy - Configure your nginx HTTPS webserver
3114 3114
3115Since nginx does not support chunked encoding, you first of all have to 3115Since nginx does not support chunked encoding, you first of all have to
3116install @code{chunkin}: @uref{http://wiki.nginx.org/HttpChunkinModule}. 3116install the @code{chunkin} module@footnote{@uref{http://wiki.nginx.org/HttpChunkinModule, http://wiki.nginx.org/HttpChunkinModule}}
3117 3117
3118To enable chunkin add: 3118To enable chunkin add:
3119 3119
@@ -3132,8 +3132,7 @@ the site-specific configuration file.
3132In the @code{server} section add: 3132In the @code{server} section add:
3133 3133
3134@example 3134@example
3135location /bar/ 3135location /bar/ @{
3136@{
3137proxy_pass http://gnunet.foo.org:1080/; 3136proxy_pass http://gnunet.foo.org:1080/;
3138proxy_buffering off; 3137proxy_buffering off;
3139proxy_connect_timeout 5; # more than http_server 3138proxy_connect_timeout 5; # more than http_server