Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:
sysctl -a | grep machdep.cpu.features | grep VMX
If there's output, you're good!
| pragma solidity ^0.8.21; | |
| contract hello { | |
| string public _string = "hello"; | |
| } | 
| server { | |
| listen 80; | |
| listen 443; | |
| listen [::]:80; | |
| listen [::]:443; | |
| server_name fonts.lug.ustc.edu.cn; | |
| access_log /var/log/nginx/revproxy_access.log; | |
| error_log /var/log/nginx/revproxy_error.log; | |
| wget http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz \ | |
| -O ngx_openresty-1.7.10.1.tar.gz | |
| tar xzvf ngx_openresty-1.7.10.1.tar.gz | |
| cd ngx_openresty-1.7.10.1 | |
| ./configure | |
| make | |
| sudo make install | |
| wget https://codeload.github.com/keplerproject/luarocks/tar.gz/v2.0.13 \ | 
| # Dependencies | |
| # nginx_lua | |
| # lua uuid module (luarocks install uuid) | |
| http { | |
| # this will be the request id | |
| map $host $request_uuid { | |
| default ''; | |
| } |