|
@ -38,7 +38,7 @@ http { |
|
|
proxy_cache_valid 200 304 12h; |
|
|
proxy_cache_valid 200 304 12h; |
|
|
proxy_cache_key $host$uri$is_args$args; |
|
|
proxy_cache_key $host$uri$is_args$args; |
|
|
try_files $uri $uri/ /index.html; |
|
|
try_files $uri $uri/ /index.html; |
|
|
root /opt/sfms3.0-view; |
|
|
root /opt/sfms3.0-go-view; |
|
|
index index.html index.htm; |
|
|
index index.html index.htm; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|