kopia lustrzana https://github.com/OpenDroneMap/WebODM
Add IPV6 compatibility
rodzic
45894c0c97
commit
a0efcc383c
|
|
@ -36,6 +36,7 @@ http {
|
|||
|
||||
server {
|
||||
listen 8000 deferred;
|
||||
listen [::]:8000 deferred;
|
||||
client_max_body_size 0;
|
||||
|
||||
server_name $WO_HOST;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue