You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/28 13:42:23 UTC

[GitHub] [incubator-devlake] mappjzc opened a new issue, #2372: [Bug][config-ui] nginx Permission denied to bind 80 with out root

mappjzc opened a new issue, #2372:
URL: https://github.com/apache/incubator-devlake/issues/2372

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   because of the pull request #2238 
   the nginx of config-ui nomore to use root.
   ![image](https://user-images.githubusercontent.com/2921251/176192496-02c51d2f-44ec-4de2-9bbb-c102f7f83cf8.png)
   
   But the port 80 must need root.
   
   ![image](https://user-images.githubusercontent.com/2921251/176192168-ff4e4cb2-d9a8-4d3f-a457-a6c47efb66bc.png)
   
   No root make it permission denied to bind 80.
   
   ### What you expected to happen
   
   Nginx suceess to bind port and work.
   Maybe can bind other port witch number was more than 1024.
   
   ### How to reproduce
   
   run config-ui version after #2238 
   see docker logs
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mappjzc closed issue #2372: [Bug][config-ui] nginx Permission denied to bind 80 with out root

Posted by GitBox <gi...@apache.org>.
mappjzc closed issue #2372: [Bug][config-ui] nginx Permission denied to bind 80 with out root
URL: https://github.com/apache/incubator-devlake/issues/2372


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org