소스 검색

Complements Apache2 documentation

Adrien Panay 7 년 전
부모
커밋
da7ed5a3ee
1개의 변경된 파일13개의 추가작업 그리고 4개의 파일을 삭제
  1. 13 4
      doc/apache.md

+ 13 - 4
doc/apache.md 파일 보기

@@ -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