Skip to content

Commit 9ec8343

Browse files
Merge pull request #46 from prose-im/master
Fix NGINX
2 parents 494222e + d6b748d commit 9ec8343

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27-alpine-slim as web
1+
FROM nginx:1.27-alpine-slim AS web
22

33
RUN rm -rf /etc/nginx/ /var/www/
44

env/nginx/nginx.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ events {}
66
http {
77
include mime.types;
88
charset utf-8;
9-
access_log off;
9+
10+
access_log off;
11+
absolute_redirect off;
1012

1113
server {
1214
listen 8080;

0 commit comments

Comments
 (0)