mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
fix: autofit resolution if restarting container
This commit is contained in:
@@ -13,6 +13,10 @@ server {
|
||||
try_files $uri @proxy2;
|
||||
}
|
||||
|
||||
location ~ ^/api {
|
||||
try_files $uri @proxy2;
|
||||
}
|
||||
|
||||
location = /redirect.html {
|
||||
try_files $uri @proxy2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user