cosmetic
This commit is contained in:
parent
0daf3b354e
commit
215c532497
10 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# docker-dotclear:x.x-anf
|
||||
# docker-dotclear:*
|
||||
# docker-dotclear Dockerfile
|
||||
|
||||
##
|
||||
|
|
|
@ -102,6 +102,7 @@ Blogs URLs looks like:
|
|||
* http://localhost/default/
|
||||
* http://localhost/blog2/
|
||||
* ...
|
||||
|
||||
Blogs administration is available at http://localhost/admin
|
||||
|
||||
When you create a new blog in standard configuration,
|
||||
|
@ -111,12 +112,14 @@ __Non standard configuration__
|
|||
|
||||
Setup nginx server configuration (see bellow):
|
||||
* adapt _/var/www/dotclear/servers/*.conf_ to your needs
|
||||
|
||||
Then to configure blog:
|
||||
* go to the administration interface at http://my_custom_domain/admin,
|
||||
* left side menu _Blog settings_
|
||||
* panel _Advanced parameters_
|
||||
* set _Blog URL_ to http://my_custom_domain/ (with trailing slash)
|
||||
* set _URL scan method_ to 'PATH_INFO'
|
||||
|
||||
Then fix public_path and public_url for the blog:
|
||||
* go to the administration interface at http://my_custom_domain/admin,
|
||||
* left side menu _about:config_
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# docker-dotclear:x.x-anf
|
||||
# docker-dotclear:*
|
||||
# Container starting script
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# docker-dotclear:*
|
||||
# /etc/nginx/nginx.conf
|
||||
# Nginx configuration
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
; docker-dotclear:*
|
||||
; /etc/phpXX/php-fpm.d/www.conf
|
||||
; PHP-FPM configuration
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# docker-dotclear:*
|
||||
# /etc/nginx/snippets/snippets_blogs.conf
|
||||
# Dotclear nginx default server blogs configurations
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# docker-dotclear:*
|
||||
# /etc/nginx/snippets/snippets_commmon.conf
|
||||
# Dotclear nginx default server common configurations
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
; docker-dotclear:latest
|
||||
; /etc/phpXX/php.ini
|
||||
; PHP configuration
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
; docker-dotclear:unstable
|
||||
; /etc/phpXX/php.ini
|
||||
; PHP configuration
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# docker-dotclear:*
|
||||
# /var/www/dotclear/servers/default.conf
|
||||
# Default nginx server
|
||||
|
||||
|
|
Loading…
Reference in a new issue