-
Notifications
You must be signed in to change notification settings - Fork 88
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
ci: add nginx configuration file for app routing #150
Conversation
…ibs/starkgate-frontend into guy/master/fix/nginx_routing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @alon-dotan-starkware and @guyvelleman)
nginx.conf, line 1 at r2 (raw file):
server {
Place it under aome folder
files / config / some other name
nginx.conf, line 8 at r2 (raw file):
location / { root /usr/share/nginx/html; try_files $uri /index.html;
Replace tabs with spaces
🎉 This PR is included in version 1.2.0-dev.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description of the Changes
Please add a detailed description of the change, whether it's an enhancement or a bugfix.
If the PR is related to an open issue please link to it.
Checklist
<type>[optional scope]: <description>
, e.g:fix: prevent racing of requests
This change is