You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. server {
  2. listen 80;
  3. server_name "https://trampa-api-test.dilig.net";
  4. location / {
  5. root /usr/share/nginx/html;
  6. index index.html index.htm;
  7. try_files $uri /index.html;
  8. }
  9. }