Add and include proxy-protocol.conf
This commit is contained in:
parent
e93d0b83ec
commit
365290d3c4
2 changed files with 11 additions and 1 deletions
|
@ -10,9 +10,11 @@ http {
|
|||
include rate-limiting.conf;
|
||||
|
||||
server {
|
||||
include proxy-protocol.conf;
|
||||
|
||||
include server-base.conf;
|
||||
|
||||
listen 443 default;
|
||||
listen 443 default proxy_protocol;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate ./stack/ssl.cert;
|
||||
|
|
Reference in a new issue