Преглед на файлове

Add NGINX compile warning

Kayo преди 6 години
родител
ревизия
d7c792fa8a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      nginx.sample.conf

+ 2 - 0
nginx.sample.conf

@@ -11,6 +11,8 @@ server {
 	client_max_body_size 100M; # Change this to the max file size you want to allow
 
 	# Uncomment if you are running lolisafe behind CloudFlare.
+	# This requires NGINX compiled from source with:
+	#	--with-http_realip_module
 	#include /path/to/lolisafe/real-ip-from-cf;
 
 	location / {