Skip to content

Commit

Permalink
Merge pull request #46 from prose-im/master
Browse files Browse the repository at this point in the history
Fix NGINX
  • Loading branch information
valeriansaliou authored Oct 29, 2024
2 parents 494222e + d6b748d commit 9ec8343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27-alpine-slim as web
FROM nginx:1.27-alpine-slim AS web

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

Expand Down
4 changes: 3 additions & 1 deletion env/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ events {}
http {
include mime.types;
charset utf-8;
access_log off;

access_log off;
absolute_redirect off;

server {
listen 8080;
Expand Down

0 comments on commit 9ec8343

Please sign in to comment.