Przeglądaj źródła

(feat): use ssl 443

oscar 1 rok temu
rodzic
commit
6816e2ca55
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    1
      docker-compose.yml
  2. 0
    1
      nginx/default.conf

+ 0
- 1
docker-compose.yml Wyświetl plik

@@ -9,7 +9,6 @@ services:
9 9
     image: nginx:stable-alpine
10 10
     container_name: nginx_moderna
11 11
     ports:
12
-      - "80:80"
13 12
       - "443:443"
14 13
     volumes:
15 14
       - ./src/fe:/var/www/fe:ro,cached

+ 0
- 1
nginx/default.conf Wyświetl plik

@@ -1,5 +1,4 @@
1 1
 server {
2
-    listen 80;
3 2
     listen 443;
4 3
 
5 4
     ssl_certificate /etc/letsencrypt/archive/event.leecy.org.tw/fullchain1.pem;