Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self Check #826

Merged
merged 5 commits into from
Jan 23, 2025
Merged

Self Check #826

merged 5 commits into from
Jan 23, 2025

Conversation

0xJacky
Copy link
Owner

@0xJacky 0xJacky commented Jan 22, 2025

Self Check

  • Check if the sites-available and sites-enabled directories are under the nginx configuration directory.
  • Check if the streams-available and streams-enabled directory is under the nginx configuration directory.
  • Check if the nginx.conf includes the sites-enabled directory.
  • Check if the nginx.conf includes the streams-enabled directory.
  • Check if the frontend supports communication with the backend through the WebSocket protocol. If your Nginx UI is being used via an Nginx reverse proxy, please refer to this link to write the corresponding configuration file: https://nginxui.com/guide/nginx-proxy-example.html

Attempt to fix

  • Create sites-available/sites-enabled directory
  • Create stream-available/stream-enabled directory
  • Include streams-enabled in nginx.conf
  • Include sites-enabled in nginx.conf

@0xJacky 0xJacky marked this pull request as ready for review January 23, 2025 02:07
@0xJacky 0xJacky merged commit 987a739 into dev Jan 23, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant