Skip to content

Commit da7cc56

Browse files
fix: let metaploy handle setting the real ip
1 parent b2a07b4 commit da7cc56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nginx/nginx.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ pid /run/nginx.pid;
55
events {}
66

77
http {
8-
# Get original IP address of the user
9-
real_ip_header X-Real-IP;
10-
set_real_ip_from 0.0.0.0/0;
11-
128
include /etc/nginx/mime.types;
139

1410
server {

0 commit comments

Comments
 (0)