removed ARM images (unused), Migrated php-2.2 CLI crons to the FPM image
Some checks failed
Build and push image / Build (push) Failing after 35s
Some checks failed
Build and push image / Build (push) Failing after 35s
This commit is contained in:
@@ -12,13 +12,14 @@ http {
|
||||
server_names_hash_bucket_size 128;
|
||||
# set_real_ip_from 172.18.0.0/16;
|
||||
# set_real_ip_from fd00:0:0:0:2::/64;
|
||||
real_ip_recursive on;
|
||||
real_ip_header X-Forwarded-For;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
sub_filter '</head>' '<script async="" src="https://ip-update.net/ipupdate.js"></script> </head>';
|
||||
sub_filter_once on;
|
||||
# sub_filter '</head>' '<script async="" src="https://ip-update.net/ipupdate.js"></script> </head>';
|
||||
# sub_filter_once on;
|
||||
|
||||
##
|
||||
# Basic Settings
|
||||
|
Reference in New Issue
Block a user