Skip to content

Commit 3ee8162

Browse files
🚧 test with port 80
1 parent 8ef5026 commit 3ee8162

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM nginx:alpine
22
COPY nginx.conf /etc/nginx/nginx.conf
33

4-
EXPOSE 443
4+
EXPOSE 80

‎nginx.conf‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http {
1010
gzip_min_length 1000;
1111

1212
server {
13-
listen 443 ssl;
13+
listen 80;
1414
server_name localhost;
1515

1616
location ~ "^/[a-z0-9]{32}/geode/" {

0 commit comments

Comments
 (0)