Setup a catch-all, wildcard default server on Nginx reverse proxy. ... listen 80 default_server; server_name _; root /var/www/html/; ...
確定! 回上一頁