소스 검색

Update INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 년 전
부모
커밋
e03895c667
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      INSTALLATION.md

+ 2 - 2
INSTALLATION.md

@@ -15,8 +15,8 @@
      
       server {   
      
-        listen 80 http2;
-        listen [::]:80 http2;
+        listen 80;
+        listen [::]:80;
     
         server_name yourname-homomm.com;