kopia lustrzana https://github.com/Haxxnet/Compose-Examples
chore: enable http2 for nginx
rodzic
c5e804c739
commit
e0dff95ddb
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 80 http2;
|
||||
server_name nginx.example.com;
|
||||
root /var/www/;
|
||||
index index.html index.php;
|
||||
|
|
Ładowanie…
Reference in New Issue