Does anyone have an https reverse proxy working in 8.0? I have it working in 7.0 with nginx like this: location / { proxy_pass http://127.0.0.1:8069; } ...
確定! 回上一頁