Closed Joan1590 closed 2 years ago
I already solved, thank you !
The error is, the config file, i put the wrong path :(
Hi @Joan1590,
Thank you for using the Creative Tim products!
We are glad that the issue was solved. Please let us know if you encounter any other problems.
Best, UPDIVISION Team
P.S. If you need help with any of your projects, we're happy to get in touch. We do custom development for start-ups and companies across the globe (you can check out our portfolio here https://updivision.com/portfolio and some happy clients over here https://updivision.com/testimonials). Don't hesitate to drop us a line at office@updivision.com or by using our contact form (https://updivision.com/contact).
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Please describe the behavior you are expecting
Current Behavior
What is the current behavior?
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
I get error 404 with the routes on nginx, this is my config file:
You should look at the following URL's in order to grasp a solid understanding
of Nginx configuration files in order to fully unleash the power of Nginx.
https://www.nginx.com/resources/wiki/start/
https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
https://wiki.debian.org/Nginx/DirectoryStructure
#
In most cases, administrators will remove this file from sites-enabled/ and
leave it as reference inside of sites-available where it will continue to be
updated by the nginx packaging team.
#
This file will automatically load configuration files provided by other
applications, such as Drupal or Wordpress. These applications will be made
available underneath a path with that package name, such as /drupal8.
#
Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.
Default server configuration
# server {
}
server { if ($host = api.domain.com) { return 301 https://$host$request_uri; } # managed by Certbot
}