fix: server directive
This commit is contained in:
parent
88c854b58f
commit
5a116ddf9c
2 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,6 @@ stream {
|
|||
listen 0.0.0.0:443;
|
||||
listen [::]:443;
|
||||
proxy_pass $selected_upstream;
|
||||
access_log syslog:server=unix:/dev/log geoip;
|
||||
|
||||
proxy_protocol on;
|
||||
include /etc/nginx/partials/server.conf;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Default server configuration
|
||||
access_log /dev/stdout basic;
|
||||
access_log syslog:server=unix:/dev/log geoip;
|
||||
resolver 9.9.9.9 1.1.1.1 8.8.8.8 8.8.4.4;
|
||||
set_real_ip_from 0.0.0.0/0;
|
||||
ssl_preread on;
|
||||
|
|
Loading…
Reference in a new issue