From 8727eebfe20feb82a3d6006248fa8caa45bf5717 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sat, 26 Aug 2017 13:23:20 +0200 Subject: [PATCH] Ajouter 'apache.conf' --- apache.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apache.conf diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..a500a22 --- /dev/null +++ b/apache.conf @@ -0,0 +1,16 @@ + +## http/2 +Protocols h2 h2c http/1.1 +H2Push on +H2PushPriority * after +H2PushPriority text/css before +H2PushPriority image/jpeg after 32 +H2PushPriority image/png after 32 +H2PushPriority application/javascript interleaved + + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://127.0.0.1:3000/ + ProxyPassReverse / http://127.0.0.1:3000/ + +