doc/book/en/C030-instance-config.en.txt
changeset 229 767ff7f5d5a7
parent 207 7985963869f9
child 301 e47150482ac1
equal deleted inserted replaced
228:27b958dc72ae 229:767ff7f5d5a7
    37 
    37 
    38 Https configuration
    38 Https configuration
    39 ```````````````````
    39 ```````````````````
    40 It is possible to make a site accessible for anonymous http connections
    40 It is possible to make a site accessible for anonymous http connections
    41 and https for authenticated users. This requires to
    41 and https for authenticated users. This requires to
    42 use apache (by example) for redirection and the variable `main.https-url`
    42 use apache (for example) for redirection and the variable `main.https-url`
    43 of configuration file.
    43 of configuration file.
    44 
    44 
    45 :Example:
    45 :Example:
    46 
    46 
    47    For an apache redirection of a site accessible via `http://localhost/demo`
    47    For an apache redirection of a site accessible via `http://localhost/demo`