We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 494222e + d6b748d commit 9ec8343Copy full SHA for 9ec8343
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.27-alpine-slim as web
+FROM nginx:1.27-alpine-slim AS web
2
3
RUN rm -rf /etc/nginx/ /var/www/
4
env/nginx/nginx.conf
@@ -6,7 +6,9 @@ events {}
6
http {
7
include mime.types;
8
charset utf-8;
9
- access_log off;
+
10
+ access_log off;
11
+ absolute_redirect off;
12
13
server {
14
listen 8080;
0 commit comments