Selaa lähdekoodia

Complements Apache2 documentation

Adrien Panay 7 vuotta sitten
vanhempi
commit
da7ed5a3ee
1 muutettua tiedostoa jossa 13 lisäystä ja 4 poistoa
  1. 13 4
      doc/apache.md

+ 13 - 4
doc/apache.md Näytä tiedosto

@@ -8,13 +8,22 @@ Install `Apache` server and its [`WSGI` module](https://github.com/GrahamDumplet
8 8
 
9 9
 ### Configuration ###
10 10
 
11
-In `tracim/development.ini`, edit the base URL prefix of radicale client line from:
11
+In `tracim/development.ini`:
12
+- edit the website base url line from:
12 13
 
13
-    # radicale.client.base_url.prefix = /
14
+      website.base_url = http://127.0.0.1:8080
14 15
 
15
-To:
16
+  to:
16 17
 
17
-    radicale.client.base_url.prefix = /caldav
18
+      website.base_url = http://127.0.0.1
19
+
20
+- edit the base URL prefix of radicale client line from:
21
+
22
+      # radicale.client.base_url.prefix = /
23
+
24
+  to:
25
+
26
+      radicale.client.base_url.prefix = /caldav
18 27
 
19 28
 Create a file named `/etc/apache2/sites-available/tracim.conf` containing:
20 29