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

Server에 접속하기 위한 방법 #2

Closed
baealex opened this issue Sep 9, 2020 · 0 comments
Closed

Server에 접속하기 위한 방법 #2

baealex opened this issue Sep 9, 2020 · 0 comments

Comments

@baealex
Copy link
Owner

baealex commented Sep 9, 2020

현재는 Dockerize 된 것은 제가 빠르게 배포하기 위한 설정만 되어 있을 뿐 실제로 접속할 수 없습니다. 접속하기 위해선 Nginx를 설치하고 서버 구문에 아래 설정을 추가하시길 바랍니다.

server {
    ...
    location / {
        uwsgi_pass localhost:17000;
        include /[THIS_ROPOSITORY_LOCAL_PATH]/server/app/uwsgi_params;
    }
}
@baealex baealex closed this as completed Nov 13, 2021
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

No branches or pull requests

1 participant