This commit is contained in:
Jean-Christian Denis 2024-11-12 23:45:50 +01:00
parent 0daf3b354e
commit 215c532497
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
10 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# docker-dotclear:x.x-anf # docker-dotclear:*
# docker-dotclear Dockerfile # docker-dotclear Dockerfile
## ##

View file

@ -102,6 +102,7 @@ Blogs URLs looks like:
* http://localhost/default/ * http://localhost/default/
* http://localhost/blog2/ * http://localhost/blog2/
* ... * ...
Blogs administration is available at http://localhost/admin Blogs administration is available at http://localhost/admin
When you create a new blog in standard configuration, When you create a new blog in standard configuration,
@ -111,12 +112,14 @@ __Non standard configuration__
Setup nginx server configuration (see bellow): Setup nginx server configuration (see bellow):
* adapt _/var/www/dotclear/servers/*.conf_ to your needs * adapt _/var/www/dotclear/servers/*.conf_ to your needs
Then to configure blog: Then to configure blog:
* go to the administration interface at http://my_custom_domain/admin, * go to the administration interface at http://my_custom_domain/admin,
* left side menu _Blog settings_ * left side menu _Blog settings_
* panel _Advanced parameters_ * panel _Advanced parameters_
* set _Blog URL_ to http://my_custom_domain/ (with trailing slash) * set _Blog URL_ to http://my_custom_domain/ (with trailing slash)
* set _URL scan method_ to 'PATH_INFO' * set _URL scan method_ to 'PATH_INFO'
Then fix public_path and public_url for the blog: Then fix public_path and public_url for the blog:
* go to the administration interface at http://my_custom_domain/admin, * go to the administration interface at http://my_custom_domain/admin,
* left side menu _about:config_ * left side menu _about:config_

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# docker-dotclear:x.x-anf # docker-dotclear:*
# Container starting script # Container starting script
set -e set -e

View file

@ -1,3 +1,4 @@
# docker-dotclear:*
# /etc/nginx/nginx.conf # /etc/nginx/nginx.conf
# Nginx configuration # Nginx configuration

View file

@ -1,3 +1,4 @@
; docker-dotclear:*
; /etc/phpXX/php-fpm.d/www.conf ; /etc/phpXX/php-fpm.d/www.conf
; PHP-FPM configuration ; PHP-FPM configuration

View file

@ -1,3 +1,4 @@
# docker-dotclear:*
# /etc/nginx/snippets/snippets_blogs.conf # /etc/nginx/snippets/snippets_blogs.conf
# Dotclear nginx default server blogs configurations # Dotclear nginx default server blogs configurations

View file

@ -1,3 +1,4 @@
# docker-dotclear:*
# /etc/nginx/snippets/snippets_commmon.conf # /etc/nginx/snippets/snippets_commmon.conf
# Dotclear nginx default server common configurations # Dotclear nginx default server common configurations

View file

@ -1,3 +1,4 @@
; docker-dotclear:latest
; /etc/phpXX/php.ini ; /etc/phpXX/php.ini
; PHP configuration ; PHP configuration

View file

@ -1,3 +1,4 @@
; docker-dotclear:unstable
; /etc/phpXX/php.ini ; /etc/phpXX/php.ini
; PHP configuration ; PHP configuration

View file

@ -1,3 +1,4 @@
# docker-dotclear:*
# /var/www/dotclear/servers/default.conf # /var/www/dotclear/servers/default.conf
# Default nginx server # Default nginx server