If you’re using NGINX web server, add this into your NGINX configuration file to modify output of your webpages:
sub_filter '<search_expression>' '<replace_expression>';
sub_filter_once off;Code language: Nginx (nginx)Team Leader, JavaScript Lover, WordPress Engineer
If you’re using NGINX web server, add this into your NGINX configuration file to modify output of your webpages:
sub_filter '<search_expression>' '<replace_expression>';
sub_filter_once off;Code language: Nginx (nginx)by
Tags:
Leave a Reply