mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
nginx conf
This commit is contained in:
@@ -7,8 +7,8 @@ server {
|
||||
access_log off;
|
||||
error_log /data/ofm/logs/nginx-error.log;
|
||||
|
||||
# trailing / important
|
||||
location /planet/20231208_091355/ {
|
||||
# trailing / important
|
||||
alias /data/ofm/runs/planet_20231208_091355/mnt_rw/extract/; # trailing / important
|
||||
try_files $uri @empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user