-
Notifications
You must be signed in to change notification settings - Fork 76
Move nginx config files to subdirectory #1379
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
Changes from all commits
8b73f31
42ffc85
4dd9b1e
e9b9c06
df7405c
4db8f93
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| vite: vite dev | ||
| build: vite build --mode development --watch | ||
| nginx: nginx -c "$PWD/main.nginx.conf" -p "$PWD" | ||
| nginx: nginx -c "$PWD/nginx-conf/main.conf" -p "$PWD" |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Given that the command in the Procfile is still include ./common-headers.nginx.conf;Isn't include ./nginx-conf/common-headers.nginx.conf;Or are Would it help anything to change the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there any chance you could give this branch a quick try? Given the motivation for this PR was #1376, which was motivated by not being able to run
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @matthew-white did you get a chance to test this?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just tried it, sorry for the delay! It's working. 🥳 I guess that means that some paths in the config file are relative to the When I run
What I didn't check:
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Filed at getodk/central#1606.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... and now I've closed the issue after realizing that |
Uh oh!
There was an error while loading. Please reload this page.