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

ci: add nginx configuration file for app routing #150

Merged
merged 5 commits into from
Apr 12, 2022

Conversation

guyvelleman
Copy link
Collaborator

@guyvelleman guyvelleman commented Apr 12, 2022

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

  • Changes have been done against master branch, and PR does not conflict
  • New unit / functional tests have been added (whenever applicable)
  • Test are passing in local environment
  • Docs have been updated
  • PR title is follow the Conventional Commits convention: <type>[optional scope]: <description>, e.g: fix: prevent racing of requests

This change is Reviewable

@dan-ziv dan-ziv changed the title Add nginx configuration file for app routing ci: add nginx configuration file for app routing Apr 12, 2022
Copy link

@alon-dotan-starkware alon-dotan-starkware left a 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

@alon-dotan-starkware alon-dotan-starkware self-requested a review April 12, 2022 16:20
@dan-ziv dan-ziv merged commit 4e604bd into dev Apr 12, 2022
@dan-ziv dan-ziv deleted the guy/master/fix/nginx_routing branch April 12, 2022 16:26
@dan-ziv
Copy link
Collaborator

dan-ziv commented Apr 12, 2022

🎉 This PR is included in version 1.2.0-dev.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dan-ziv
Copy link
Collaborator

dan-ziv commented Apr 13, 2022

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants