mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
chore: enable http2 for nginx
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80 http2;
|
||||||
server_name nginx.example.com;
|
server_name nginx.example.com;
|
||||||
root /var/www/;
|
root /var/www/;
|
||||||
index index.html index.php;
|
index index.html index.php;
|
||||||
|
|||||||
Reference in New Issue
Block a user