Преглед изворни кода

Complements Apache2 documentation

Adrien Panay пре 8 година
родитељ
комит
da7ed5a3ee
1 измењених фајлова са 13 додато и 4 уклоњено
  1. 13 4
      doc/apache.md

+ 13 - 4
doc/apache.md Прегледај датотеку

8
 
8
 
9
 ### Configuration ###
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
 Create a file named `/etc/apache2/sites-available/tracim.conf` containing:
28
 Create a file named `/etc/apache2/sites-available/tracim.conf` containing:
20
 
29