Ajouter 'apache.conf'
This commit is contained in:
parent
0d5b6359d7
commit
8727eebfe2
1 changed files with 16 additions and 0 deletions
16
apache.conf
Normal file
16
apache.conf
Normal file
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in a new issue