Skip to content
Perez Jnr O. edited this page Jul 26, 2025 · 1 revision

Welcome to the nginx-proxy-generator wiki!

#Directory Structure nginx_setup/ ├── main.sh ├── config/ │ ├── colors.sh │ ├── constants.sh │ └── user_config.sh ├── utils/ │ ├── menu.sh │ ├── project_info.sh │ └── certbot_path.sh ├── prompts/ │ └── user_input.sh └── checks/ └── check_dependencies.sh ├── netcat.sh ├──nginx_installation_check.sh

Clone this wiki locally