gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: user.texi: cleanup.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: user.texi: cleanup.
Date: Tue, 11 Sep 2018 14:56:32 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b08dbfe7c user.texi: cleanup.
b08dbfe7c is described below

commit b08dbfe7c216533fc1da2d1311d5786ae8db1087
Author: Nils Gillmann <address@hidden>
AuthorDate: Tue Sep 11 12:57:18 2018 +0000

    user.texi: cleanup.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 doc/documentation/chapters/user.texi | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/documentation/chapters/user.texi 
b/doc/documentation/chapters/user.texi
index 9a5c41d34..c105a2b2b 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -228,7 +228,7 @@ You must also go to about:config and change the
 otherwise the browser will autoblunder an address like
 @address@hidden://www.gnu/, www.gnu}} to
 @address@hidden://www.gnu.com/, www.gnu.com}}.  If you want
-to resolve ``@'' in your own TLDs, you must additionally
+to resolve @@ in your own TLDs, you must additionally
 set @code{browser.fixup.dns_first_use_for_single_words} to @code{true}.
 
 After configuring your browser, you might want to first confirm that it
@@ -2004,7 +2004,7 @@ $ gnunet-namestore -z id -a -n reclaim -t BOX -V 
"$BOXVALUE" -e 1d -p
 
 NGINX setup:
 @example
-server {
+server @{
     listen 443;
     server_name reclaim.id.local;
     ssl on;
@@ -2014,11 +2014,11 @@ server {
     ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
     ssl_session_cache shared:SSL:10m;
 
-    location /api {
+    location /api @{
       rewrite    /api/(.*) /$1 break;
       proxy_pass http://127.0.0.1:7776;
-    }
-}
+    @}
address@hidden
 @end example
 
 This will expose the REST API of GNUnet at https://reclaim.id/api.
@@ -2039,12 +2039,12 @@ Now setup a webserver to serve the compiled website 
under "dist/".
 Now we can add the user interfce to our NGINX configuraiton:
 
 @example
-server {
+server @{
 ...
-    location / {
+    location / @{
       proxy_pass http://<whereever you serve the UI>;
-    }
-}
+    @}
address@hidden
 @end example
 
 You can thest your setup by accessing https://reclaim.id in your browser 
through the GNS proxy.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]