Skip to content

Commit

Permalink
fix nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 8, 2024
1 parent cba1f9d commit c2c9d05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ server {
server_name localhost;
root /var/www;

location ~* ^/data/(.+) {
try_files $uri $uri/;
}

location /tiler/ {
proxy_pass http://titiler:8080;
proxy_http_version 1.1;
Expand All @@ -16,10 +12,6 @@ server {
}


location / {
try_files $uri /index.html;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
Expand Down

0 comments on commit c2c9d05

Please sign in to comment.