Remove any link to the organisation website

This commit is contained in:
Yohann D'ANELLO 2020-06-10 16:53:41 +02:00
parent 900ec8b911
commit 8e6e4acf0a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN mkdir /hook && mkdir /docs && mkdir /site
# Configure nginx
RUN mkdir /run/nginx
RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
COPY nginx.conf /etc/nginx/conf.d/organiser-un-tfjm.conf
COPY nginx.conf /etc/nginx/conf.d/mkdocs-server.conf
RUN rm /etc/nginx/conf.d/default.conf
COPY ./entrypoint.sh /hook

View File

@ -4,7 +4,7 @@ upstream trigger-ci {
server {
listen 80;
server_name organisation;
server_name mkdocs-server;
root /site;
error_page 404 /404.html;