Skip to content

Commit

Permalink
add to en missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Jul 9, 2024
1 parent ceb8175 commit 1b1e3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/cedille-wiki/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
image: ghcr.io/clubcedille/wiki-cedille:latest
imagePullPolicy: Always
ports:
- containerPort: 8000
- containerPort: 8080
resources:
requests:
cpu: 100m
Expand Down
1 change: 1 addition & 0 deletions wiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY --from=builder /app/site/ /usr/share/nginx/html/
COPY --from=builder /app/docs/assets/* /usr/share/nginx/html/fr/assets/
COPY --from=builder /app/docs/assets/* /usr/share/nginx/html/en/assets/
COPY --from=builder /app/docs/stylesheets/* /usr/share/nginx/html/en/stylesheets/
COPY --from=builder /app/docs/stylesheets/* /usr/share/nginx/html/fr/stylesheets/

COPY wiki/nginx.conf /etc/nginx/nginx.conf

Expand Down
3 changes: 1 addition & 2 deletions wiki/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http {

sendfile on;
#tcp_nopush on;

keepalive_timeout 65;

client_body_temp_path /tmp/client_temp;
Expand All @@ -38,7 +38,6 @@ http {
server_name _;

location / {
absolute_redirect off;
return 301 /fr;
}

Expand Down

0 comments on commit 1b1e3bf

Please sign in to comment.