Remove any link to the organisation website
This commit is contained in:
parent
900ec8b911
commit
8e6e4acf0a
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@ upstream trigger-ci {
|
|||
|
||||
server {
|
||||
listen 80;
|
||||
server_name organisation;
|
||||
server_name mkdocs-server;
|
||||
root /site;
|
||||
error_page 404 /404.html;
|
||||
|
||||
|
|
Loading…
Reference in New Issue