Merge pull request #232 from AmateurDevs/master

This commit is contained in:
Julien Le Coupanec 2021-10-02 01:32:27 +02:00 committed by GitHub
commit 8b81bc13fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ server {
# The majority of SSL options depend on what your application does or needs
server {
listen 443 ssl;
listen 443 ssl http2;
server_name example.com;
ssl on;
@ -212,4 +212,4 @@ server {
location / {
proxy_pass http://node_js;
}
}
}