essayer de charger les pages wordpres
This commit is contained in:
Binary file not shown.
@@ -22,7 +22,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- wordpress
|
- wordpress
|
||||||
build:
|
build:
|
||||||
context: requirements/nginx
|
context: ./requirements/nginx
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- inception
|
- inception
|
||||||
build:
|
build:
|
||||||
context: requirements/wordpress
|
context: ./requirements/wordpress
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|||||||
@@ -71,8 +71,8 @@ http {
|
|||||||
#root and index and server_name
|
#root and index and server_name
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
server_name yantoine.42.fr;
|
server_name yantoine.42.fr;
|
||||||
index index.nginx-debian.html;
|
#index index.nginx-debian.html;
|
||||||
|
index index.php
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user